Searched refs:calling_soft (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.h | 46 struct uni_ie_calling_soft calling_soft; member
|
| H A D | uni_msg.h | 106 struct uni_ie_calling_soft calling_soft; member 168 struct uni_ie_calling_soft calling_soft; member
|
| H A D | msg.def | 215 calling_soft - pnni 326 calling_soft - pnni
|
| H A D | ie.def | 76 element calling_soft 0xe3 net 10 file=soft pnni
|
| H A D | uni_msg.c | 1141 if(msg->calling_soft.h.present & UNI_IE_PRESENT) 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() 2232 if(msg->calling_soft.h.present & UNI_IE_PRESENT) in print_add_party() 2284 ret |= IE_ISPRESENT(m->calling_soft); in check_add_party() 2286 ret |= uni_check_ie(UNI_IE_CALLING_SOFT, (union uni_ieall *)&m->calling_soft, cx); in check_add_party() 2364 if((p->calling_soft.h.present & UNI_IE_PRESENT) && in encode_add_party() [all …]
|
| H A D | uni_ie.c | 6068 DEF_IE_PRINT(net, calling_soft) in DEF_IE_PRINT() argument 6101 DEF_IE_CHECK(net, calling_soft) in DEF_IE_CHECK() argument 6140 DEF_IE_ENCODE(net, calling_soft) in DEF_IE_ENCODE() argument 6142 START_IE(calling_soft, UNI_IE_CALLING_SOFT, 6); in DEF_IE_ENCODE() 6176 DEF_IE_DECODE(net, calling_soft) in DEF_IE_DECODE() argument
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A 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()
|