Searched refs:called_soft (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dmsg.def112 called_soft - pnni
216 called_soft - pnni
327 called_soft - pnni
353 called_soft - pnni
H A Duni_ie.h43 struct uni_ie_called_soft called_soft; member in union:uni_ieall
H A Duni_msg.h45 struct uni_ie_called_soft called_soft; member in struct:uni_connect
107 struct uni_ie_called_soft called_soft; member in struct:uni_setup
169 struct uni_ie_called_soft called_soft; member in struct:uni_add_party
186 struct uni_ie_called_soft called_soft; member in struct:uni_add_party_ack
H A Die.def73 element called_soft 0xe0 net 11 file=soft pnni
H A Duni_msg.c346 if(msg->called_soft.h.present & UNI_IE_PRESENT)
347 uni_print_ie_internal(UNI_IE_CALLED_SOFT, (union uni_ieall *)&msg->called_soft, cx);
387 ret |= IE_ISPRESENT(m->called_soft);
389 ret |= uni_check_ie(UNI_IE_CALLED_SOFT, (union uni_ieall *)&m->called_soft, cx);
454 if((p->called_soft.h.present & UNI_IE_PRESENT) &&
455 uni_encode_ie(UNI_IE_CALLED_SOFT, msg, (union uni_ieall *)&p->called_soft, cx))
612 out->called_soft.h = *hdr;
615 if(uni_decode_ie_body(UNI_IE_CALLED_SOFT, (union uni_ieall *)&out->called_soft, msg, ielen, cx))
1143 if(msg->called_soft.h.present & UNI_IE_PRESENT)
1144 uni_print_ie_internal(UNI_IE_CALLED_SOFT, (union uni_ieall *)&msg->called_soft, c
[all...]
H A Duni_ie.c6080 DEF_IE_PRINT(net, called_soft)
6089 if(uni_print_iehdr("called_soft", &ie->h, cx))
6110 DEF_IE_CHECK(net, called_soft)
6156 DEF_IE_ENCODE(net, called_soft)
6158 START_IE(called_soft, UNI_IE_CALLED_SOFT, 7);
6222 DEF_IE_DECODE(net, called_soft)
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c80 if(IE_ISGOOD(src->called_soft))
81 dst->called_soft = src->called_soft;
207 if(IE_ISGOOD(src->called_soft))
208 dst->called_soft = src->called_soft;
320 if(IE_ISGOOD(src->called_soft))
321 dst->called_soft = src->called_soft;
355 if(IE_ISGOOD(src->called_soft))
[all...]

Completed in 57 milliseconds