Home
last modified time | relevance | path

Searched refs:UNI_DTL_MAXNUM (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
Duni_config.h68 UNI_DTL_MAXNUM = 20, enumerator
Die.def75 element dtl 0xe2 net UNI_DTL_LOGNP_SIZE*UNI_DTL_MAXNUM+6 pnni
Dunistruct.h1275 } dtl[UNI_DTL_MAXNUM];
Duni_ietab.h568 UNI_DTL_LOGNP_SIZE*UNI_DTL_MAXNUM+6,
Duni_ie.c6606 if(ie->ptr / UNI_DTL_LOGNP_SIZE > UNI_DTL_MAXNUM) in DEF_IE_CHECK()
6608 if(ie->num > UNI_DTL_MAXNUM) in DEF_IE_CHECK()
6649 if(ielen / UNI_DTL_LOGNP_SIZE > UNI_DTL_MAXNUM) in DEF_IE_DECODE()