Home
last modified time | relevance | path

Searched refs:cip (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/hcidump/parser/
Dcapi.c320 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/
Dipv6cp.c896 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 */
Dipxcp.c996 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 */
Dipcp.c1327 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 */
Dlcp.c1489 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/
DAndroid.mk31 print-cip.c\
DFILES128 print-cip.c
DMakefile.in73 print-chdlc.c print-cip.c print-cnfp.c print-dccp.c print-decnet.c \
DINSTALL148 print-cip.c - Classical-IP over ATM routines
/external/bluetooth/bluez/tools/
Dsdptool.c2573 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()