Home
last modified time | relevance | path

Searched refs:send_ip (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Diptests.c170 (void) send_ip(nfd, 1500, ip, gwip, 1);
186 (void) send_ip(nfd, 1500, ip, gwip, 1);
203 (void) send_ip(nfd, 1500, ip, gwip, 1);
219 (void) send_ip(nfd, 1500, ip, gwip, 1);
298 (void) send_ip(nfd, mtu, ip, gwip, 1);
306 (void) send_ip(nfd, mtu, ip, gwip, 1);
314 (void) send_ip(nfd, mtu, ip, gwip, 1);
322 (void) send_ip(nfd, mtu, ip, gwip, 1);
344 (void) send_ip(nfd, mtu, ip, gwip, 1);
351 (void) send_ip(nfd, mtu, ip, gwip, 1);
[all …]
H A Dip.c89 int send_ip(nfd, mtu, ip, gwip, frag) in send_ip() function
296 return send_ip(nfd, mtu, ip, gwip, 1);
328 return send_ip(nfd, mtu, ip, gwip, 1);
347 return send_ip(nfd, mtu, ip, gwip, 1);
365 return send_ip(nfd, mtu, ip, gwip, 1);
H A Dipsend.h41 extern int send_ip __P((int, int, ip_t *, struct in_addr, int));
/netbsd-src/external/bsd/ipf/dist/iplang/
H A Diplang_y.y1300 (void) send_ip(ifp->if_fd, ifp->if_MTU, (ip_t *)ipbuffer, gwip, 2); in prep_packet()