Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h131 UNI_IE_LIJ_SEQNO = 0xea, /* UNI4.0 LIF sequence number */ enumerator
H A Duni_msg.c1212 ret |= uni_check_ie(UNI_IE_LIJ_SEQNO, (union uni_ieall *)&m->lij_seqno, cx); in check_setup()
1330 return (UNI_IE_LIJ_SEQNO); in encode_setup()
1587 case UNI_IE_LIJ_SEQNO: in decode_setup()
2363 return (UNI_IE_LIJ_SEQNO); in encode_add_party()
2528 case UNI_IE_LIJ_SEQNO: in decode_add_party()
3471 ret |= uni_check_ie(UNI_IE_LIJ_SEQNO, (union uni_ieall *)&m->lij_seqno, cx); in check_leaf_setup_req()
3509 return (UNI_IE_LIJ_SEQNO); in encode_leaf_setup_req()
3589 case UNI_IE_LIJ_SEQNO: in decode_leaf_setup_req()
3649 ret |= uni_check_ie(UNI_IE_LIJ_SEQNO, (union uni_ieall *)&m->lij_seqno, cx); in check_leaf_setup_fail()
3678 return (UNI_IE_LIJ_SEQNO); in encode_leaf_setup_fail()
[all …]
H A Duni_ie.c6821 START_IE(lij_seqno, UNI_IE_LIJ_SEQNO, 4); in DEF_IE_ENCODE()