Home
last modified time | relevance | path

Searched refs:NG_L2CAP_FIRST_IDENT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c141 con->ident = NG_L2CAP_FIRST_IDENT - 1; in ng_l2cap_new_con()
680 if (ident < NG_L2CAP_FIRST_IDENT) in ng_l2cap_get_ident()
681 ident = NG_L2CAP_FIRST_IDENT; in ng_l2cap_get_ident()
691 if (ident < NG_L2CAP_FIRST_IDENT) in ng_l2cap_get_ident()
692 ident = NG_L2CAP_FIRST_IDENT; in ng_l2cap_get_ident()
H A Dng_l2cap_var.h69 #define NG_L2CAP_FIRST_IDENT 0x01 /* dynamically alloc. (start) */ macro