Home
last modified time | relevance | path

Searched refs:MSGDSIZE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_raudio_pxy.c106 dlen = MSGDSIZE(m) - off; in ipf_p_raudio_out()
219 dlen = MSGDSIZE(m) - off; in ipf_p_raudio_in()
H A Dip_irc_pxy.c280 dlen = MSGDSIZE(m) - off; in ipf_p_irc_send()
H A Dip_compat.h251 # define MSGDSIZE(m) mbufchainlen(m) macro
411 # define MSGDSIZE(m) msgdsize(m) macro
H A Dip_auth.c1066 len = MSGDSIZE(m); in ipf_auth_wait()
H A Dip_ftp_pxy.c1250 mlen = MSGDSIZE(m) - off; in ipf_p_ftp_process()
1551 mlen = MSGDSIZE(m); in ipf_p_ftp_process()
H A Dip_state.c1884 mlen = MSGDSIZE(m) - off; in ipf_tcpoptions()
/netbsd-src/external/bsd/ipf/dist/
H A Dip_irc_pxy.c286 dlen = MSGDSIZE(m) - off;