Searched defs:MTOD (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h312 # define MTOD(m,t) ((t)((m)->b_rptr)) macro
493 # define MTOD(m,t) ((t)((m)->b_rptr)) macro
617 # define MTOD(m,t) mtod(m,t) macro
706 # define MTOD(m,t) mtod(m,t) macro
1516 # undef MTOD macro
1517 # define MTOD(m, t) ((t)(m)->mb_buf) macro
1707 # define MTOD( macro
[all...]

Completed in 105 milliseconds