Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h1017 UNI_GIT_MAXVAL = 20, /* the maximum of the above */ enumerator
1029 u_char val[UNI_GIT_MAXVAL];
H A Duni_ie.c5653 if(ie->sub[i].len > UNI_GIT_MAXVAL) in DEF_IE_CHECK()
5663 START_IE(git, UNI_IE_GIT, 1 + ie->numsub * (1 + UNI_GIT_MAXVAL)); in DEF_IE_ENCODE()
5680 if(ielen > 1 + UNI_GIT_MAXSUB * (1 + UNI_GIT_MAXVAL) || ielen < 1) in DEF_IE_DECODE()
5699 if(ie->sub[ie->numsub].len > UNI_GIT_MAXVAL) in DEF_IE_DECODE()