Searched defs:cip (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dipcp.c856 u_char *cip, *next; /* Pointer to current and next CIs */ local
884 cip = p = next; /* Remember begining of CI */
1134 if (ucp != cip)
1135 BCOPY(cip, ucp, cilen); /* Move it */
H A Dlcp.c1165 u_char *cip, *next; /* Pointer to current and next CIs */ local
1193 cip = p = next; /* Remember begining of CI */
1529 if (cip != rejp) /* Need to move rejected CI? */
1530 BCOPY(cip, rejp, cilen); /* Move it */
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dipcp.c877 u_char *cip, *next; /* Pointer to current and next CIs */ local
905 cip = p = next; /* Remember begining of CI */
1157 if (ucp != cip) {
1158 BCOPY(cip, ucp, cilen); /* Move it */
H A Dlcp.c1231 u_char *cip, *next; /* Pointer to current and next CIs */ local
1260 cip = p = next; /* Remember begining of CI */
1596 if (cip != rejp) { /* Need to move rejected CI? */
1597 BCOPY(cip, rejp, cilen); /* Move it */
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dpxe_api.h353 IP4_t cip; member in struct:bootph

Completed in 62 milliseconds