/external/libnfc-nci/src/nfc/llcp/ |
D | llcp_sdp.c | 91 static void llcp_sdp_add_sdreq (UINT8 tid, char *p_name) in llcp_sdp_add_sdreq() argument 94 UINT16 name_len = (UINT16) strlen (p_name); in llcp_sdp_add_sdreq() 101 ARRAY_TO_BE_STREAM (p, p_name, name_len); in llcp_sdp_add_sdreq() 116 tLLCP_STATUS llcp_sdp_send_sdreq (UINT8 tid, char *p_name) in llcp_sdp_send_sdreq() argument 122 LLCP_TRACE_DEBUG2 ("llcp_sdp_send_sdreq (): tid=0x%x, ServiceName=%s", tid, p_name); in llcp_sdp_send_sdreq() 142 name_len = (UINT16) strlen (p_name); in llcp_sdp_send_sdreq() 148 llcp_sdp_add_sdreq (tid, p_name); in llcp_sdp_send_sdreq() 163 llcp_sdp_add_sdreq (tid, p_name); in llcp_sdp_send_sdreq() 301 UINT8 llcp_sdp_get_sap_by_name (char *p_name, UINT8 length) in llcp_sdp_get_sap_by_name() argument 313 &&(!strncmp((char*)p_app_cb->p_service_name, p_name, length)) ) in llcp_sdp_get_sap_by_name()
|
D | llcp_api.c | 1596 tLLCP_STATUS LLCP_DiscoverService (char *p_name, in LLCP_DiscoverService() argument 1604 p_name); in LLCP_DiscoverService() 1633 status = llcp_sdp_send_sdreq (llcp_cb.sdp_cb.transac[i].tid, p_name); in LLCP_DiscoverService()
|
/external/iproute2/lib/ |
D | inet_proto.c | 37 strncpy(ncache, pe->p_name, 16); in inet_proto_n2a() 38 strncpy(buf, pe->p_name, len); in inet_proto_n2a() 64 strncpy(ncache, pe->p_name, 16); in inet_proto_a2n()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readpdb.c | 537 struct p_string p_name; member 547 struct p_string p_name; member 571 struct p_string p_name; member 602 struct p_string p_name; member 619 struct p_string p_name; member 646 struct p_string p_name; member 665 struct p_string p_name; member 674 struct p_string p_name; member 702 struct p_string p_name; member 712 struct p_string p_name; member [all …]
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | config.cpp | 61 const CNfcParam* find(const char* p_name) const; 474 const CNfcParam* CNfcConfig::find(const char* p_name) const in find() 481 if (**it < p_name) in find() 483 else if (**it == p_name) in find() 486 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value()); in find() 488 ALOGD("%s found %s=(0x%lX)\n", __func__, p_name, (*it)->numValue()); in find()
|
/external/libnfc-nci/src/adaptation/ |
D | config.cpp | 61 const CNfcParam* find(const char* p_name) const; 489 const CNfcParam* CNfcConfig::find(const char* p_name) const in find() 496 if (**it < p_name) in find() 498 else if (**it == p_name) in find() 501 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value()); in find() 503 ALOGD("%s found %s=(0x%lX)\n", __func__, p_name, (*it)->numValue()); in find()
|
/external/ipsec-tools/src/racoon/ |
D | racoonctl.c | 929 char *p_name = NULL, *p_port = NULL; local 939 if (get_comindex(*av, &p_name, &p_port, &p_prefs) == -1) 941 src = get_sockaddr(family, p_name, p_port); 942 if (p_name) { 943 racoon_free(p_name); 944 p_name = NULL; 954 if (get_comindex(*av, &p_name, &p_port, &p_prefd) == -1) 956 dst = get_sockaddr(family, p_name, p_port); 957 if (p_name) { 958 racoon_free(p_name); [all …]
|
/external/libnfc-nci/halimpl/pn54x/utils/ |
D | phNxpConfig.cpp | 97 const CNfcParam* find(const char* p_name) const; 569 const CNfcParam* CNfcConfig::find(const char* p_name) const in find() 576 if (**it < p_name) in find() 580 else if (**it == p_name) in find() 584 NXPLOG_EXTNS_D("%s found %s=%s\n", __func__, p_name, (*it)->str_value()); in find() 588 NXPLOG_EXTNS_D("%s found %s=(0x%lx)\n", __func__, p_name, (*it)->numValue()); in find()
|
/external/tcpdump/ |
D | addrtoname.c | 163 const char *p_name; member 616 if (tp->p_name) in protoid_string() 617 return tp->p_name; in protoid_string() 630 tp->p_name = strdup(buf); in protoid_string() 631 return (tp->p_name); in protoid_string() 820 tp->p_name = strdup(eproto_db[i].s); in init_protoidarray() 826 if (tp->p_name != NULL) in init_protoidarray() 829 tp->p_name = pl->name; in init_protoidarray()
|
D | print-cnfp.c | 160 printf("%s ", pent->p_name); in cnfp_print()
|
D | print-ip.c | 486 ND_PRINT((ndo, " %s", proto->p_name)); in ip_print_demux() 665 (void)printf(" %s", proto->p_name); in ip_print()
|
D | print-isakmp.c | 922 ND_PRINT((ndo," protoid=%s", pe->p_name)); in ikev1_id_print()
|
/external/libnfc-nci/src/nfc/int/ |
D | llcp_int.h | 350 tLLCP_STATUS llcp_sdp_send_sdreq (UINT8 tid, char *p_name); 351 UINT8 llcp_sdp_get_sap_by_name (char *p_name, UINT8 length);
|
/external/libnfc-nci/src/nfc/ndef/ |
D | ndef_cho_utils.c | 379 UINT8 name_len, UINT8 *p_name) in NDEF_MsgAppendMediaBtOobName() argument 407 ARRAY_TO_STREAM (p, p_name, name_len); in NDEF_MsgAppendMediaBtOobName()
|
/external/iptables/extensions/ |
D | libip6t_ipv6header.c | 72 return pent->p_name; in proto_to_name()
|
D | libxt_policy.c | 253 printf("%s", p->p_name); in print_proto()
|
/external/libnfc-nci/src/nfc/include/ |
D | llcp_api.h | 654 LLCP_API extern tLLCP_STATUS LLCP_DiscoverService (char *p_name,
|
D | ndef_utils.h | 497 UINT8 name_len, UINT8 *p_name);
|
/external/iptables/iptables/ |
D | xshared.c | 54 return pent->p_name; in proto_to_name()
|
D | ip6tables.c | 983 invertstr, pent->p_name); in print_proto()
|
D | iptables.c | 940 printf("%s -p %s", invertstr, pent->p_name); in print_proto()
|
/external/ipsec-tools/src/libipsec/ |
D | pfkey_dump.c | 753 printf("%s", ent->p_name);
|
/external/libnl/lib/ |
D | utils.c | 651 snprintf(buf, len, "%s", p->p_name); in nl_ip_proto2str()
|
/external/iproute2/ip/ |
D | ipxfrm.c | 255 p = pp->p_name; in strxf_proto()
|