Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h1018 UNI_GIT_MAXSUB = 2, /* maximum number of og. 6 */ enumerator
1030 } sub[UNI_GIT_MAXSUB];
H A Duni_ie.c5650 if(ie->numsub > UNI_GIT_MAXSUB) in DEF_IE_CHECK()
5680 if(ielen > 1 + UNI_GIT_MAXSUB * (1 + UNI_GIT_MAXVAL) || ielen < 1) in DEF_IE_DECODE()
5688 if(ie->numsub >= UNI_GIT_MAXSUB) in DEF_IE_DECODE()