Searched refs:addrtype (Results 1 – 14 of 14) sorted by relevance
246 uint8_t addrtype = r.entries[n].addrtype; in hci_read_neighbor_cache() local247 if(addrtype >= sizeof(addrtype2str)/sizeof(addrtype2str[0])) in hci_read_neighbor_cache()248 addrtype = sizeof(addrtype2str)/sizeof(addrtype2str[0]) - 1; in hci_read_neighbor_cache()255 addrtype2str[addrtype], in hci_read_neighbor_cache()
122 int addrtype; member394 hent->h_addrtype = q->addrtype; in yp_run_dnsq()543 q->addrtype = af; in yp_async_lookup_addr()
419 n->addrtype = (addr_type)? NG_HCI_LINK_LE_RANDOM : in le_advertizing_report()644 n->addrtype = NG_HCI_LINK_ACL; in inquiry_result()1013 n->addrtype = NG_HCI_LINK_ACL; in read_remote_features_compl()1270 n->addrtype = NG_HCI_LINK_ACL; in read_clock_offset_compl()1350 n->addrtype = NG_HCI_LINK_ACL; in page_scan_mode_change()1385 n->addrtype = NG_HCI_LINK_ACL; in page_scan_rep_mode_change()
210 u_int8_t addrtype; /*Address Type*/ member
227 if (n->addrtype == link_type && in ng_hci_get_neighbor()
501 e2->addrtype = in ng_hci_default_rcvmsg()502 ng_hci_linktype_to_addrtype(n->addrtype); in ng_hci_default_rcvmsg()
209 addrtype(const char *addr) in addrtype() function321 fe.f_srctype = addrtype(*argv); in filter_Parse()337 fe.f_dsttype = addrtype(*argv); in filter_Parse()
771 dsntypename(addrtype, addr) in dsntypename() argument772 const char *addrtype; in dsntypename()775 if (sm_strcasecmp(addrtype, "rfc822") != 0)776 return addrtype;
2684 char addrtype[4]; local2698 addrtype[2] = 's';2704 addrtype[2] = 'r';2708 addrtype[1] = ' ';2709 addrtype[3] = '\0';2710 addrtype[0] = bitset(RF_HEADERADDR, flags) ? 'h' : 'e';2711 macdefine(&e->e_macro, A_TEMP, macid("{addr_type}"), addrtype);
121 addrtype
200 dlphysaddrreq(int fd, u_long addrtype) in dlphysaddrreq() argument207 phys_addr_req.dl_addr_type = addrtype; in dlphysaddrreq()
241 int32_t addrtype; /* address type */ member
218 static int ng_btsock_l2cap_addrtype_to_linktype(int addrtype);226 int ng_btsock_l2cap_addrtype_to_linktype(int addrtype) in ng_btsock_l2cap_addrtype_to_linktype() argument228 switch(addrtype){ in ng_btsock_l2cap_addrtype_to_linktype()
631 uint8_t addrtype; member