Searched refs:UNI_IE_CALLED (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_msg.c | 1275 return (UNI_IE_CALLED); in encode_setup() 1427 case UNI_IE_CALLED: in decode_setup() 2326 return (UNI_IE_CALLED); in encode_add_party() 2420 case UNI_IE_CALLED: in decode_add_party() 3499 return (UNI_IE_CALLED); in encode_leaf_setup_req() 3561 case UNI_IE_CALLED: in decode_leaf_setup_req() 3672 return (UNI_IE_CALLED); in encode_leaf_setup_fail() 3710 case UNI_IE_CALLED: in decode_leaf_setup_fail() 3814 return (UNI_IE_CALLED); in encode_cobisetup() 3849 case UNI_IE_CALLED: in decode_cobisetup() [all …]
|
| H A D | uni_hdr.h | 114 UNI_IE_CALLED = 0x70, /* called party number */ enumerator
|
| H A D | uni_ie.c | 1004 uni_print_ie_internal(UNI_IE_CALLED, (union uni_ieall *)&ie->u.number, cx); in print_cause() 1318 if(uni_check_ie(UNI_IE_CALLED, (union uni_ieall *)&ie->u.number, cx)) in check_cause() 1392 uni_encode_ie(UNI_IE_CALLED, msg, in encode_cause() 1574 if(ietype != UNI_IE_CALLED) in decode_cause() 2312 START_IE(called, UNI_IE_CALLED, 21); in DEF_IE_ENCODE()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_conn.c | 626 uni_print_ie(buf, sizeof(buf), UNI_IE_CALLED, in cc_conn_dispatch()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_call.c | 383 MANDATE_IE(c->uni, u->u.setup.called, UNI_IE_CALLED); in un0_setup() 2683 MANDATE_IE(c->uni, u->u.add_party.called, UNI_IE_CALLED); in unx_add_party()
|