Home
last modified time | relevance | path

Searched refs:uni_msg_len (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c52 if(uni_msg_len(msg) < 9) in uni_decode_head()
104 if(uni_msg_len(msg) > mlen) in uni_decode_head()
125 while (uni_msg_len(msg) != 0) { in uni_decode_body_internal()
144 if (ielen > uni_msg_len(msg)) in uni_decode_body_internal()
155 if (ielen > iedecl->maxlen - 4 || ielen > uni_msg_len(msg)) { in uni_decode_body_internal()
170 if (ielen > uni_msg_len(msg)) in uni_decode_body_internal()
171 ielen = uni_msg_len(msg); in uni_decode_body_internal()
H A Duni_ie.c541 if ((len = uni_msg_len(msg)) == 0) in uni_decode_ie_hdr()
603 if (ielen > uni_msg_len(msg)) { in uni_decode_ie_body()
/f-stack/freebsd/contrib/ngatm/netnatm/misc/
H A Dunimsg_common.c50 memcpy(msg->b_rptr + need, msg->b_rptr, uni_msg_len(msg)); in uni_msg_prepend()
/f-stack/freebsd/netgraph/atm/
H A Dngatmbase.c97 len = uni_msg_len(m); in uni_msg_extend()
155 if ((n = uni_msg_len(msg)) > MHLEN) { in uni_msg_pack_mbuf()
169 while (msg != NULL && (n = uni_msg_len(msg)) != 0) { in uni_msg_pack_mbuf()
/f-stack/freebsd/contrib/ngatm/netnatm/
H A Dunimsg.h55 #define uni_msg_len(M) ((size_t)((M)->b_wptr - (M)->b_rptr)) macro
/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni.c543 if (uni_msg_len(msg) < sizeof(arg)) { in ng_uni_rcvupper()
598 for (pos = 0; pos < uni_msg_len(msg); pos++) { in dump_uni_msg()
640 printf(" data=%zu\n", uni_msg_len(msg)); in dump_saal_signal()
678 if (uni_msg_len(msg) < sizeof(arg)) { in ng_uni_rcvlower()
/f-stack/freebsd/netgraph/atm/ccatm/
H A Dng_ccatm.c932 if (uni_msg_len(msg) < sizeof(op)) { in ng_ccatm_rcvdata()
1066 if (uni_msg_len(msg) < sizeof(arg)) { in ng_ccatm_rcvuni()
1076 if (uni_msg_len(msg) != sizeof(struct uniapi_error)) { in ng_ccatm_rcvuni()
1078 uni_msg_len(msg)); in ng_ccatm_rcvuni()
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c389 if (uni_msg_len(m) != maptab[i].arglen) { in uni_uni_input()
392 maptab[i].arglen, uni_msg_len(m)); in uni_uni_input()
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_user.c841 size_t len = uni_msg_len(msg); in cc_user_signal()
1785 uni_msg_len(msg) - sizeof(*req)); in cc_user_sig_handle()
1806 uni_msg_len(msg) - in cc_user_sig_handle()
H A Dcc_port.c560 len = (msg != NULL) ? uni_msg_len(msg) : 0; in cc_uni_signal()