Searched defs:cip (Results 1 - 5 of 5) sorted by relevance
| /vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
| H A D | ipcp.c | 856 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 D | lcp.c | 1165 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 D | ipcp.c | 877 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 D | lcp.c | 1231 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 D | pxe_api.h | 353 IP4_t cip; member in struct:bootph
|
Completed in 62 milliseconds