Searched refs:sendip (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/ipf/dist/ipsend/ |
H A D | ip.c | 82 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 D | slinux.c | 68 int sendip(fd, pkt, len) in sendip() function
|
H A D | sockraw.c | 70 int sendip(int fd, char *pkt, int len) in sendip() function
|
H A D | sirix.c | 62 int sendip(int fd, char *pkt, int len) in sendip() function
|
H A D | ipsend.h | 51 extern int sendip __P((int, char *, int));
|
H A D | sbpf.c | 147 int sendip(fd, pkt, len) in sendip() function
|
H A D | sdlpi.c | 137 int sendip(fd, pkt, len) in sendip() function
|
H A D | snit.c | 117 int sendip(fd, pkt, len) in sendip() function
|
H A D | resend.c | 137 if (sendip(wfd, (char *)eh, len) == -1)
|
/netbsd-src/sys/lib/libsa/ |
H A D | udp.c | 93 cc = sendip(d, uh, len, IPPROTO_UDP); in sendudp()
|
H A D | net.h | 115 ssize_t sendip __P((struct iodesc *, void *, size_t, u_int8_t));
|
H A D | ip.c | 84 sendip(struct iodesc *d, void *pkt, size_t len, u_int8_t proto) in sendip() function
|