Searched refs:UNI_IE_LIJ_SEQNO (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h131 UNI_IE_LIJ_SEQNO = 0xea, /* UNI4.0 LIF sequence number */ enumerator in enum:uni_ietype
H A Duni_msg.c1132 uni_print_ie_internal(UNI_IE_LIJ_SEQNO, (union uni_ieall *)&msg->lij_seqno, cx);
1212 ret |= uni_check_ie(UNI_IE_LIJ_SEQNO, (union uni_ieall *)&m->lij_seqno, cx);
1329 uni_encode_ie(UNI_IE_LIJ_SEQNO, msg, (union uni_ieall *)&p->lij_seqno, cx))
1330 return (UNI_IE_LIJ_SEQNO);
1587 case UNI_IE_LIJ_SEQNO:
1593 if(uni_decode_ie_body(UNI_IE_LIJ_SEQNO, (union uni_ieall *)&out->lij_seqno, msg, ielen, cx))
2231 uni_print_ie_internal(UNI_IE_LIJ_SEQNO, (union uni_ieall *)&msg->lij_seqno, cx);
2282 ret |= uni_check_ie(UNI_IE_LIJ_SEQNO, (union uni_ieall *)&m->lij_seqno, cx);
2362 uni_encode_ie(UNI_IE_LIJ_SEQNO, msg, (union uni_ieall *)&p->lij_seqno, cx))
2363 return (UNI_IE_LIJ_SEQNO);
[all...]
H A Duni_ie.c6821 START_IE(lij_seqno, UNI_IE_LIJ_SEQNO, 4);

Completed in 164 milliseconds