Searched refs:uni_encode_msg_hdr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/ |
| D | unimsglib.h | 103 int uni_encode_msg_hdr(struct uni_msg *, struct uni_msghdr *, enum uni_msgtype,
|
| 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() 677 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_CONNECT_ACK, cx, &mlen)) in encode_connect_ack() 790 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_RELEASE, cx, &mlen)) in encode_release() 970 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_RELEASE_COMPL, cx, &mlen)) in encode_release_compl() 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() 1860 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_STATUS_ENQ, cx, &mlen)) in encode_status_enq() 1942 if(uni_encode_msg_hdr(msg, &p->hdr, UNI_NOTIFY, cx, &mlen)) in encode_notify() [all …]
|
| D | uni_ie.c | 214 uni_encode_msg_hdr(struct uni_msg *msg, struct uni_msghdr *h, in uni_encode_msg_hdr() function
|