Searched refs:uni_encode_msg_hdr (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | unimsglib.h | 103 int uni_encode_msg_hdr(struct uni_msg *, struct uni_msghdr *, enum uni_msgtype,
|
| H A D | uni_msg.c | 76 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_ALERTING, cx, &mlen)) in encode_alerting() 232 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_CALL_PROC, cx, &mlen)) in encode_call_proc() 405 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_CONNECT, cx, &mlen)) in encode_connect() 790 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_RELEASE, cx, &mlen)) in encode_release() 1251 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_SETUP, cx, &mlen)) in encode_setup() 1748 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_STATUS, cx, &mlen)) in encode_status() 1942 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_NOTIFY, cx, &mlen)) in encode_notify() 2035 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_RESTART, cx, &mlen)) in encode_restart() 2312 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_ADD_PARTY, cx, &mlen)) in encode_add_party() 3941 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_FACILITY, cx, &mlen)) in encode_facility() [all …]
|
| H A D | uni_ie.c | 214 uni_encode_msg_hdr(struct uni_msg *msg, struct uni_msghdr *h, in uni_encode_msg_hdr() function
|