Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/ipsend/
H A Dip.c30 static char *ipbuf = NULL, *ethbuf = NULL; variable
56 if (!ethbuf) in send_ether()
57 ethbuf = (char *)calloc(1, 65536+1024); in send_ether()
58 s = ethbuf; in send_ether()