Searched refs:calling_soft (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/ |
| D | sig_unimsgcpy.c | 205 if(IE_ISGOOD(src->calling_soft)) in copy_msg_setup() 206 dst->calling_soft = src->calling_soft; in copy_msg_setup() 318 if(IE_ISGOOD(src->calling_soft)) in copy_msg_add_party() 319 dst->calling_soft = src->calling_soft; in copy_msg_add_party()
|
| /freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/ |
| D | uni_ie.h | 46 struct uni_ie_calling_soft calling_soft; member
|
| D | uni_msg.h | 106 struct uni_ie_calling_soft calling_soft; member 168 struct uni_ie_calling_soft calling_soft; member
|
| D | msg.def | 215 calling_soft - pnni 326 calling_soft - pnni
|
| D | ie.def | 76 element calling_soft 0xe3 net 10 file=soft pnni
|
| D | uni_msg.c | 1141 if(msg->calling_soft.h.present & UNI_IE_PRESENT) in print_setup() 1142 uni_print_ie_internal(UNI_IE_CALLING_SOFT, (union uni_ieall *)&msg->calling_soft, cx); in print_setup() 1218 ret |= IE_ISPRESENT(m->calling_soft); in check_setup() 1220 ret |= uni_check_ie(UNI_IE_CALLING_SOFT, (union uni_ieall *)&m->calling_soft, cx); in check_setup() 1343 if((p->calling_soft.h.present & UNI_IE_PRESENT) && in encode_setup() 1344 uni_encode_ie(UNI_IE_CALLING_SOFT, msg, (union uni_ieall *)&p->calling_soft, cx)) in encode_setup() 1632 out->calling_soft.h = *hdr; in decode_setup() 1635 if(uni_decode_ie_body(UNI_IE_CALLING_SOFT, (union uni_ieall *)&out->calling_soft, msg, ielen, cx)) in decode_setup() 2232 if(msg->calling_soft.h.present & UNI_IE_PRESENT) in print_add_party() 2233 uni_print_ie_internal(UNI_IE_CALLING_SOFT, (union uni_ieall *)&msg->calling_soft, cx); in print_add_party() [all …]
|
| D | uni_ie.c | 6070 DEF_IE_PRINT(net, calling_soft) in DEF_IE_PRINT() argument 6103 DEF_IE_CHECK(net, calling_soft) in DEF_IE_CHECK() argument 6142 DEF_IE_ENCODE(net, calling_soft) in DEF_IE_ENCODE() argument 6144 START_IE(calling_soft, UNI_IE_CALLING_SOFT, 6); in DEF_IE_ENCODE() 6178 DEF_IE_DECODE(net, calling_soft) in DEF_IE_DECODE() argument
|