Searched refs:UNI_IE_CRANKBACK (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_hdr.h | 125 UNI_IE_CRANKBACK = 0xe1, /* PNNI Crankback */ enumerator
|
| H A D | uni_msg.c | 778 ret |= uni_check_ie(UNI_IE_CRANKBACK, (union uni_ieall *)&m->crankback, cx); in check_release() 811 uni_encode_ie(UNI_IE_CRANKBACK, msg, (union uni_ieall *)&p->crankback, cx)) in encode_release() 812 return (UNI_IE_CRANKBACK); in encode_release() 884 case UNI_IE_CRANKBACK: in decode_release() 958 ret |= uni_check_ie(UNI_IE_CRANKBACK, (union uni_ieall *)&m->crankback, cx); in check_release_compl() 985 uni_encode_ie(UNI_IE_CRANKBACK, msg, (union uni_ieall *)&p->crankback, cx)) in encode_release_compl() 986 return (UNI_IE_CRANKBACK); in encode_release_compl() 1042 case UNI_IE_CRANKBACK: in decode_release_compl() 3012 ret |= uni_check_ie(UNI_IE_CRANKBACK, (union uni_ieall *)&m->crankback, cx); in check_add_party_rej() 3042 return (UNI_IE_CRANKBACK); in encode_add_party_rej() [all …]
|
| H A D | uni_ie.c | 6410 START_IE(crankback, UNI_IE_CRANKBACK, 72); in DEF_IE_ENCODE()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_print.c | 606 uni_print_ie(NULL, 0, UNI_IE_CRANKBACK, in uni_print_api()
|