Searched refs:dsttype (Results 1 – 4 of 4) sorted by relevance
/freebsd/include/ssp/ |
H A D | string.h | 55 #define __ssp_bos_check3_typed_var(fun, dsttype, dsrvar, dst, srctype, srcvar, \ argument 58 dsttype dstvar = (dst); \ 66 #define __ssp_bos_check3_typed(fun, dsttype, dst, srctype, src, len) \ argument 67 __ssp_bos_check3_typed_var(fun, dsttype, __ssp_var(dstv), dst, \
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_btsocket_l2cap.h | 75 uint8_t dsttype;/*source addr type*/ member 135 uint8_t dsttype; /*source addr type*/ member
|
/freebsd/usr.sbin/ppp/ |
H A D | route.c | 600 int dsttype = type & ROUTE_DSTANY; in route_Add() local 604 if ((dsttype && dsttype == ((*rp)->type & ROUTE_DSTANY)) || in route_Add() 605 (!dsttype && ncprange_equal(&(*rp)->dst, dst))) { in route_Add() 632 int dsttype = type & ROUTE_DSTANY; in route_Delete() local 635 if ((dsttype && dsttype == ((*rp)->type & ROUTE_DSTANY)) || in route_Delete() 636 (!dsttype && ncprange_equal(dst, &(*rp)->dst))) { in route_Delete()
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_l2cap.c | 1244 ip->linktype = ng_btsock_l2cap_addrtype_to_linktype(pcb->dsttype); in ng_btsocket_l2cap_send_l2ca_con_req() 2209 pcb->dsttype = sa->l2cap_bdaddr_type; in ng_btsocket_l2cap_connect() 2544 l2cap->l2cap_bdaddr_type = pcb->dsttype; in ng_btsocket_l2cap_peeraddr()
|