Home
last modified time | relevance | path

Searched refs:UNI_BLLI_L2_P (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/contrib/ngatm/netnatm/api/
Dunisap.c318 if (IE_ISGOOD(*blli) && (blli->h.present & UNI_BLLI_L2_P)) in unisve_match()
326 if (!IE_ISGOOD(*blli) || (blli->h.present & UNI_BLLI_L2_P) == 0) in unisve_match()
/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
Dunistruct.h417 #define UNI_BLLI_L2_P 0x0002 macro
Duni_ie.c4610 if(ie->h.present & UNI_BLLI_L2_P) { in DEF_IE_PRINT()
4667 if(ie->h.present & UNI_BLLI_L2_P) { in DEF_IE_CHECK()
4921 if(ie->h.present & UNI_BLLI_L2_P) { in DEF_IE_ENCODE()
5009 ie->h.present |= UNI_BLLI_L2_P; in DEF_IE_DECODE()