Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h333 UNI_BLLI_L2_ID = 0x2, enumerator
H A Duni_ie.c4923 APP_BYTE(msg, (UNI_BLLI_L2_ID<<5)|ie->l2); in DEF_IE_ENCODE()
4931 APP_BYTE(msg, (UNI_BLLI_L2_ID<<5)|ie->l2); in DEF_IE_ENCODE()
4934 APP_BYTE(msg, (UNI_BLLI_L2_ID << 5) | ie->l2 | 0x80); in DEF_IE_ENCODE()
5008 case UNI_BLLI_L2_ID: in DEF_IE_DECODE()