Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipsend/
H A Dip.c69 err = sendip(nfd, s, sizeof(*eh) + len); in send_ether()
138 err = sendip(nfd, ipbuf, sizeof(*eh) + iplen); in send_ip()
211 err = sendip(nfd, ipbuf, sizeof(*eh) + ts); in send_ip()
H A Dipsend.h43 extern int sendip(int, char *, int);
H A Dsockraw.c67 int sendip(int fd, char *pkt, int len) in sendip() function
H A Dsbpf.c134 sendip(int fd, char *pkt, int len) in sendip() function
H A Dsnit.c112 sendip(int fd, char *pkt, int len)
H A Dsdlpi.c125 sendip(int fd, char *pkt, int len)
H A Dresend.c124 if (sendip(wfd, (char *)eh, len) == -1) in ip_resend()
/freebsd/stand/libsa/
H A Dnet.h108 ssize_t sendip(struct iodesc *, void *, size_t, uint8_t);
H A Dudp.c93 cc = sendip(d, uh, len, IPPROTO_UDP); in sendudp()
H A Dip.c86 sendip(struct iodesc *d, void *pkt, size_t len, uint8_t proto) in sendip() function