Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/ngatm/netnatm/api/
Dunisap.c366 if (blli->h.present & UNI_BLLI_L3_IPI_P) in unisve_match()
369 if (!(blli->h.present & UNI_BLLI_L3_IPI_P)) in unisve_match()
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
Duni_ie.c4649 if(ie->h.present & UNI_BLLI_L3_IPI_P) in DEF_IE_PRINT()
4742 UNI_BLLI_L3_IPI_P | UNI_BLLI_L3_SNAP_P | in DEF_IE_CHECK()
4779 case UNI_BLLI_L3_IPI_P: in DEF_IE_CHECK()
4780 case UNI_BLLI_L3_IPI_P | UNI_BLLI_L3_SNAP_P: in DEF_IE_CHECK()
4839 if(ie->h.present & UNI_BLLI_L3_IPI_P) { in DEF_IE_CHECK()
4960 } else if(ie->h.present & UNI_BLLI_L3_IPI_P) { in DEF_IE_ENCODE()
5097 ie->h.present |= UNI_BLLI_L3_IPI_P; in DEF_IE_DECODE()
Dunistruct.h426 #define UNI_BLLI_L3_IPI_P 0x0400 macro