Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c142 con->ident = NG_L2CAP_FIRST_IDENT - 1; in ng_l2cap_new_con()
681 if (ident < NG_L2CAP_FIRST_IDENT) in ng_l2cap_get_ident()
682 ident = NG_L2CAP_FIRST_IDENT; in ng_l2cap_get_ident()
692 if (ident < NG_L2CAP_FIRST_IDENT) in ng_l2cap_get_ident()
693 ident = NG_L2CAP_FIRST_IDENT; in ng_l2cap_get_ident()
H A Dng_l2cap_var.h70 #define NG_L2CAP_FIRST_IDENT 0x01 /* dynamically alloc. (start) */ macro