Home
last modified time | relevance | path

Searched refs:b_lim (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/
H A Dunimsg.h51 u_char *b_lim; /* end of data buffer */ member
58 #define uni_msg_space(M) ((size_t)((M)->b_lim - (M)->b_wptr))
64 #define uni_msg_size(M) ((size_t)((M)->b_lim - (M)->b_buf));
/f-stack/freebsd/netgraph/atm/
H A Dngatmbase.c110 m->b_lim = m->b_buf + s; in uni_msg_extend()
263 m->msg.b_lim = m->msg.b_buf + s; in _uni_msg_alloc()
377 m->b_lim = m->b_buf + s; in uni_msg_alloc()