Searched refs:UNI_IE_CALLED_SOFT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/ |
| D | uni_hdr.h | 124 UNI_IE_CALLED_SOFT = 0xe0, /* PNNI Calling party soft PVPC */ enumerator
|
| D | uni_msg.c | 347 uni_print_ie_internal(UNI_IE_CALLED_SOFT, (union uni_ieall *)&msg->called_soft, cx); in print_connect() 389 ret |= uni_check_ie(UNI_IE_CALLED_SOFT, (union uni_ieall *)&m->called_soft, cx); in check_connect() 455 uni_encode_ie(UNI_IE_CALLED_SOFT, msg, (union uni_ieall *)&p->called_soft, cx)) in encode_connect() 456 return (UNI_IE_CALLED_SOFT); in encode_connect() 609 case UNI_IE_CALLED_SOFT: in decode_connect() 615 if(uni_decode_ie_body(UNI_IE_CALLED_SOFT, (union uni_ieall *)&out->called_soft, msg, ielen, cx)) in decode_connect() 1144 uni_print_ie_internal(UNI_IE_CALLED_SOFT, (union uni_ieall *)&msg->called_soft, cx); in print_setup() 1224 ret |= uni_check_ie(UNI_IE_CALLED_SOFT, (union uni_ieall *)&m->called_soft, cx); in check_setup() 1347 uni_encode_ie(UNI_IE_CALLED_SOFT, msg, (union uni_ieall *)&p->called_soft, cx)) in encode_setup() 1348 return (UNI_IE_CALLED_SOFT); in encode_setup() [all …]
|
| D | uni_ie.c | 6160 START_IE(called_soft, UNI_IE_CALLED_SOFT, 7); in DEF_IE_ENCODE()
|