Searched refs:calling_soft (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h46 struct uni_ie_calling_soft calling_soft; member in union:uni_ieall
H A Duni_msg.h106 struct uni_ie_calling_soft calling_soft; member in struct:uni_setup
168 struct uni_ie_calling_soft calling_soft; member in struct:uni_add_party
H A Duni_msg.c1141 if(msg->calling_soft.h.present & UNI_IE_PRESENT)
1142 uni_print_ie_internal(UNI_IE_CALLING_SOFT, (union uni_ieall *)&msg->calling_soft, cx);
1218 ret |= IE_ISPRESENT(m->calling_soft);
1220 ret |= uni_check_ie(UNI_IE_CALLING_SOFT, (union uni_ieall *)&m->calling_soft, cx);
1343 if((p->calling_soft.h.present & UNI_IE_PRESENT) &&
1344 uni_encode_ie(UNI_IE_CALLING_SOFT, msg, (union uni_ieall *)&p->calling_soft, cx))
1632 out->calling_soft.h = *hdr;
1635 if(uni_decode_ie_body(UNI_IE_CALLING_SOFT, (union uni_ieall *)&out->calling_soft, msg, ielen, cx))
2232 if(msg->calling_soft.h.present & UNI_IE_PRESENT)
2233 uni_print_ie_internal(UNI_IE_CALLING_SOFT, (union uni_ieall *)&msg->calling_soft, c
[all...]
H A Duni_ie.c6070 DEF_IE_PRINT(net, calling_soft)
6072 if(uni_print_iehdr("calling_soft", &ie->h, cx))
6103 DEF_IE_CHECK(net, calling_soft)
6142 DEF_IE_ENCODE(net, calling_soft)
6144 START_IE(calling_soft, UNI_IE_CALLING_SOFT, 6);
6178 DEF_IE_DECODE(net, calling_soft)
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c205 if(IE_ISGOOD(src->calling_soft))
206 dst->calling_soft = src->calling_soft;
318 if(IE_ISGOOD(src->calling_soft))
319 dst->calling_soft = src->calling_soft;

Completed in 108 milliseconds