Home
last modified time | relevance | path

Searched refs:addrtype (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/usr.sbin/bluetooth/hccontrol/
H A Dnode.c291 uint8_t addrtype = r.entries[n].addrtype; in hci_read_neighbor_cache() local
292 if(addrtype >= sizeof(addrtype2str)/sizeof(addrtype2str[0])) in hci_read_neighbor_cache()
293 addrtype = sizeof(addrtype2str)/sizeof(addrtype2str[0]) - 1; in hci_read_neighbor_cache()
300 addrtype2str[addrtype], in hci_read_neighbor_cache()
/freebsd-12.1/usr.sbin/ypserv/
H A Dyp_dnslookup.c122 int addrtype; member
394 hent->h_addrtype = q->addrtype; in yp_run_dnsq()
543 q->addrtype = af; in yp_async_lookup_addr()
/freebsd-12.1/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c416 n->addrtype = (addr_type)? NG_HCI_LINK_LE_RANDOM : in le_advertizing_report()
641 n->addrtype = NG_HCI_LINK_ACL; in inquiry_result()
1010 n->addrtype = NG_HCI_LINK_ACL; in read_remote_features_compl()
1267 n->addrtype = NG_HCI_LINK_ACL; in read_clock_offset_compl()
1347 n->addrtype = NG_HCI_LINK_ACL; in page_scan_mode_change()
1382 n->addrtype = NG_HCI_LINK_ACL; in page_scan_rep_mode_change()
H A Dng_hci_var.h210 u_int8_t addrtype; /*Address Type*/ member
H A Dng_hci_misc.c227 if (n->addrtype == link_type && in ng_hci_get_neighbor()
H A Dng_hci_main.c501 e2->addrtype = in ng_hci_default_rcvmsg()
502 ng_hci_linktype_to_addrtype(n->addrtype); in ng_hci_default_rcvmsg()
/freebsd-12.1/usr.sbin/ppp/
H A Dfilter.c209 addrtype(const char *addr) in addrtype() function
321 fe.f_srctype = addrtype(*argv); in filter_Parse()
337 fe.f_dsttype = addrtype(*argv); in filter_Parse()
/freebsd-12.1/contrib/sendmail/src/
H A Dparseaddr.c2665 char addrtype[4]; local
2679 addrtype[2] = 's';
2685 addrtype[2] = 'r';
2689 addrtype[1] = ' ';
2690 addrtype[3] = '\0';
2691 addrtype[0] = bitset(RF_HEADERADDR, flags) ? 'h' : 'e';
2692 macdefine(&e->e_macro, A_TEMP, macid("{addr_type}"), addrtype);
/freebsd-12.1/share/doc/psd/21.ipc/
H A Dspell.ok121 addrtype
/freebsd-12.1/contrib/ipfilter/ipsend/
H A Ddlcommon.c215 dlphysaddrreq(fd, addrtype) in dlphysaddrreq() argument
217 u_long addrtype;
224 phys_addr_req.dl_addr_type = addrtype;
/freebsd-12.1/contrib/tcpdump/
H A Dprint-sctp.c241 int32_t addrtype; /* address type */ member
/freebsd-12.1/contrib/gdb/include/
H A Dhp-symtab.h941 unsigned int addrtype: 2; /* 0 => STATTYPE */ member
/freebsd-12.1/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c217 static int ng_btsock_l2cap_addrtype_to_linktype(int addrtype);
227 int ng_btsock_l2cap_addrtype_to_linktype(int addrtype) in ng_btsock_l2cap_addrtype_to_linktype() argument
229 switch(addrtype){ in ng_btsock_l2cap_addrtype_to_linktype()
/freebsd-12.1/sys/netgraph/bluetooth/include/
H A Dng_hci.h567 uint8_t addrtype; member