Searched refs:addrtype (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dnode.c246 uint8_t addrtype = r.entries[n].addrtype; local
247 if(addrtype >= nitems(addrtype2str))
248 addrtype = nitems(addrtype2str) - 1;
255 addrtype2str[addrtype],
/freebsd-current/usr.sbin/ypserv/
H A Dyp_dnslookup.c120 int addrtype; member in struct:circleq_dnsentry
388 hent->h_addrtype = q->addrtype;
535 q->addrtype = af;
/freebsd-current/usr.sbin/ppp/
H A Dfilter.c207 addrtype(const char *addr) function
319 fe.f_srctype = addrtype(*argv);
335 fe.f_dsttype = addrtype(*argv);
/freebsd-current/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c421 n->addrtype = (addr_type)? NG_HCI_LINK_LE_RANDOM :
646 n->addrtype = NG_HCI_LINK_ACL;
1015 n->addrtype = NG_HCI_LINK_ACL;
1272 n->addrtype = NG_HCI_LINK_ACL;
1352 n->addrtype = NG_HCI_LINK_ACL;
1387 n->addrtype = NG_HCI_LINK_ACL;
H A Dng_hci_var.h209 u_int8_t addrtype; /*Address Type*/ member in struct:ng_hci_neighbor
H A Dng_hci_misc.c226 if (n->addrtype == link_type &&
H A Dng_hci_main.c500 e2->addrtype =
501 ng_hci_linktype_to_addrtype(n->addrtype);
/freebsd-current/contrib/sendmail/src/
H A Dsavemail.c758 ** DSNTYPENAME -- Returns the DSN name of the addrtype for this address
761 ** 'fred' may be a valid address in different addrtype
765 ** universe. Because of that, sendmail uses the rfc822 addrtype,
769 ** addrtype -- address type
780 dsntypename(addrtype, addr)
781 const char *addrtype;
784 if (sm_strcasecmp(addrtype, "rfc822") != 0)
785 return addrtype;
H A Dparseaddr.c2721 char addrtype[4]; local
2735 addrtype[2] = 's';
2741 addrtype[2] = 'r';
2745 addrtype[1] = ' ';
2746 addrtype[3] = '\0';
2747 addrtype[0] = bitset(RF_HEADERADDR, flags) ? 'h' : 'e';
2748 macdefine(&e->e_macro, A_TEMP, macid("{addr_type}"), addrtype);
/freebsd-current/sbin/ipf/ipsend/
H A Ddlcommon.c199 dlphysaddrreq(int fd, u_long addrtype) argument
206 phys_addr_req.dl_addr_type = addrtype;
/freebsd-current/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c217 static int ng_btsock_l2cap_addrtype_to_linktype(int addrtype);
225 int ng_btsock_l2cap_addrtype_to_linktype(int addrtype) argument
227 switch(addrtype){
/freebsd-current/sys/netgraph/bluetooth/include/
H A Dng_hci.h630 uint8_t addrtype; member in struct:__anon5216

Completed in 133 milliseconds