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

/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsockraw.c70 int sendip(int fd, char *pkt, int len) function
H A Dipsend.h44 extern int sendip(int, char *, int);
H A Dsdlpi.c130 int sendip(fd, pkt, len) function
H A Dsbpf.c139 int sendip(fd, pkt, len) function
H A Dip.c77 err = sendip(nfd, s, sizeof(*eh) + len);
149 err = sendip(nfd, ipbuf, sizeof(*eh) + iplen);
222 err = sendip(nfd, ipbuf, sizeof(*eh) + ts);
H A Dsnit.c117 int sendip(fd, pkt, len) function
H A Dresend.c132 if (sendip(wfd, (char *)eh, len) == -1)
/freebsd-11-stable/stand/libsa/
H A Dnet.h111 ssize_t sendip(struct iodesc *, void *, size_t, uint8_t);
H A Dudp.c98 cc = sendip(d, uh, len, IPPROTO_UDP);
H A Dip.c89 sendip(struct iodesc *d, void *pkt, size_t len, uint8_t proto) function
97 printf("sendip: proto: %x d=%p called.\n", proto, (void *)d);
131 panic("sendip: bad write (%zd != %zd)", cc, len);

Completed in 81 milliseconds