Searched refs:unrec (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/contrib/ngatm/netnatm/sig/ |
| HD | sig_unimsgcpy.c | 27 if(IE_ISGOOD(src->unrec)) in copy_msg_alerting() 28 dst->unrec = src->unrec; in copy_msg_alerting() 40 if(IE_ISGOOD(src->unrec)) in copy_msg_call_proc() 41 dst->unrec = src->unrec; in copy_msg_call_proc() 84 if(IE_ISGOOD(src->unrec)) in copy_msg_connect() 85 dst->unrec = src->unrec; in copy_msg_connect() 93 if(IE_ISGOOD(src->unrec)) in copy_msg_connect_ack() 94 dst->unrec = src->unrec; in copy_msg_connect_ack() 116 if(IE_ISGOOD(src->unrec)) in copy_msg_release() 117 dst->unrec = src->unrec; in copy_msg_release() [all …]
|
| /NextBSD/sys/contrib/ngatm/netnatm/msg/ |
| HD | uni_msg.h | 17 struct uni_ie_unrec unrec; member 25 struct uni_ie_unrec unrec; member 47 struct uni_ie_unrec unrec; member 53 struct uni_ie_unrec unrec; member 64 struct uni_ie_unrec unrec; member 73 struct uni_ie_unrec unrec; member 112 struct uni_ie_unrec unrec; member 121 struct uni_ie_unrec unrec; member 127 struct uni_ie_unrec unrec; member 134 struct uni_ie_unrec unrec; member [all …]
|
| HD | msg.def | 55 unrec 75 unrec 114 unrec 126 unrec 151 unrec 168 unrec 220 unrec 237 unrec 251 unrec 266 unrec [all …]
|
| HD | uni_msg.c | 38 if(msg->unrec.h.present & UNI_IE_PRESENT) in print_alerting() 39 uni_print_ie_internal(UNI_IE_UNREC, (union uni_ieall *)&msg->unrec, cx); in print_alerting() 65 ret |= uni_check_ie(UNI_IE_UNREC, (union uni_ieall *)&m->unrec, cx); in check_alerting() 98 if((p->unrec.h.present & UNI_IE_PRESENT) && in encode_alerting() 99 uni_encode_ie(UNI_IE_UNREC, msg, (union uni_ieall *)&p->unrec, cx)) in encode_alerting() 176 out->unrec.h = *hdr; in decode_alerting() 179 if(uni_decode_ie_body(UNI_IE_UNREC, (union uni_ieall *)&out->unrec, msg, ielen, cx)) in decode_alerting() 207 if(msg->unrec.h.present & UNI_IE_PRESENT) in print_call_proc() 208 uni_print_ie_internal(UNI_IE_UNREC, (union uni_ieall *)&msg->unrec, cx); in print_call_proc() 222 ret |= uni_check_ie(UNI_IE_UNREC, (union uni_ieall *)&m->unrec, cx); in check_call_proc() [all …]
|
| HD | uni_ie.h | 54 struct uni_ie_unrec unrec; member
|
| HD | ie.def | 84 element unrec 0xfe itu 128
|
| HD | uni_ie.c | 7119 DEF_IE_PRINT(itu, unrec) in DEF_IE_PRINT() argument 7133 DEF_IE_CHECK(itu, unrec) in DEF_IE_CHECK() argument 7143 DEF_IE_ENCODE(itu, unrec) in DEF_IE_ENCODE() argument 7145 START_IE2(unrec, UNI_IE_UNREC, ie->len, ie->id); in DEF_IE_ENCODE() 7153 DEF_IE_DECODE(itu, unrec) in DEF_IE_DECODE() argument
|