Searched refs:cip (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/hcidump/parser/ |
D | capi.c | 320 uint16_t cip; in cmd_connect() local 328 cip = CAPI_U16(frm); in cmd_connect() 330 printf("CIP value: 0x%04x\n", cip); in cmd_connect()
|
/external/ppp/pppd/ |
D | ipv6cp.c | 896 u_char *cip, *next; /* Pointer to current and next CIs */ local 917 cip = p = next; /* Remember begining of CI */ 1036 if (ucp != cip) 1037 BCOPY(cip, ucp, cilen); /* Move it */
|
D | ipxcp.c | 996 u_char *cip, *next; /* Pointer to current and next CIs */ local 1017 cip = p = next; /* Remember begining of CI */ 1249 if (ucp != cip) 1250 BCOPY(cip, ucp, cilen); /* Move it */
|
D | ipcp.c | 1327 u_char *cip, *next; /* Pointer to current and next CIs */ local 1350 cip = p = next; /* Remember begining of CI */ 1569 if (ucp != cip) 1570 BCOPY(cip, ucp, cilen); /* Move it */
|
D | lcp.c | 1489 u_char *cip, *next; /* Pointer to current and next CIs */ local 1513 cip = p = next; /* Remember begining of CI */ 1833 if (cip != rejp) /* Need to move rejected CI? */ 1834 BCOPY(cip, rejp, cilen); /* Move it */
|
/external/tcpdump/ |
D | Android.mk | 31 print-cip.c\
|
D | FILES | 128 print-cip.c
|
D | Makefile.in | 73 print-chdlc.c print-cip.c print-cnfp.c print-dccp.c print-decnet.c \
|
D | INSTALL | 148 print-cip.c - Classical-IP over ATM routines
|
/external/bluetooth/bluez/tools/ |
D | sdptool.c | 2573 uuid_t root_uuid, l2cap, cmtp, cip; in add_cip() local 2589 sdp_uuid16_create(&cip, CIP_SVCLASS_ID); in add_cip() 2590 svclass_id = sdp_list_append(0, &cip); in add_cip()
|