Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
Dunistruct.h333 UNI_BLLI_L2_ID = 0x2, enumerator
Duni_ie.c4925 APP_BYTE(msg, (UNI_BLLI_L2_ID<<5)|ie->l2); in DEF_IE_ENCODE()
4933 APP_BYTE(msg, (UNI_BLLI_L2_ID<<5)|ie->l2); in DEF_IE_ENCODE()
4936 APP_BYTE(msg, (UNI_BLLI_L2_ID << 5) | ie->l2 | 0x80); in DEF_IE_ENCODE()
5010 case UNI_BLLI_L2_ID: in DEF_IE_DECODE()