Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipsend/
H A Dip.c26 static char *ipbuf = NULL, *ethbuf = NULL; variable
52 if (!ethbuf) in send_ether()
53 ethbuf = (char *)calloc(1, 65536+1024); in send_ether()
54 s = ethbuf; in send_ether()