Searched refs:sendip (Results 1 – 10 of 10) sorted by relevance
/freebsd/sbin/ipf/ipsend/ |
H A D | ip.c | 69 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 D | ipsend.h | 43 extern int sendip(int, char *, int);
|
H A D | sockraw.c | 67 int sendip(int fd, char *pkt, int len) in sendip() function
|
H A D | sbpf.c | 134 sendip(int fd, char *pkt, int len) in sendip() function
|
H A D | snit.c | 112 sendip(int fd, char *pkt, int len)
|
H A D | sdlpi.c | 125 sendip(int fd, char *pkt, int len)
|
H A D | resend.c | 124 if (sendip(wfd, (char *)eh, len) == -1) in ip_resend()
|
/freebsd/stand/libsa/ |
H A D | net.h | 108 ssize_t sendip(struct iodesc *, void *, size_t, uint8_t);
|
H A D | udp.c | 93 cc = sendip(d, uh, len, IPPROTO_UDP); in sendudp()
|
H A D | ip.c | 86 sendip(struct iodesc *d, void *pkt, size_t len, uint8_t proto) in sendip() function
|