Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Dip.c82 err = sendip(nfd, s, sizeof(*eh) + len);
154 err = sendip(nfd, ipbuf, sizeof(*eh) + iplen);
227 err = sendip(nfd, ipbuf, sizeof(*eh) + ts);
H A Dslinux.c68 int sendip(fd, pkt, len) in sendip() function
H A Dsockraw.c70 int sendip(int fd, char *pkt, int len) in sendip() function
H A Dsirix.c62 int sendip(int fd, char *pkt, int len) in sendip() function
H A Dipsend.h51 extern int sendip __P((int, char *, int));
H A Dsbpf.c147 int sendip(fd, pkt, len) in sendip() function
H A Dsdlpi.c137 int sendip(fd, pkt, len) in sendip() function
H A Dsnit.c117 int sendip(fd, pkt, len) in sendip() function
H A Dresend.c137 if (sendip(wfd, (char *)eh, len) == -1)
/netbsd-src/sys/lib/libsa/
H A Dudp.c93 cc = sendip(d, uh, len, IPPROTO_UDP); in sendudp()
H A Dnet.h115 ssize_t sendip __P((struct iodesc *, void *, size_t, u_int8_t));
H A Dip.c84 sendip(struct iodesc *d, void *pkt, size_t len, u_int8_t proto) in sendip() function