Searched refs:send_packet (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/tests/sys/netinet6/
H A Dredirect.py66 def send_packet(pkt, iface, feedback=False): function
81 send_packet(pkt, args.iface)
/freebsd-current/tests/sys/netinet/
H A Dredirect.py67 def send_packet(pkt, iface, feedback=False): function
82 send_packet(pkt, args.iface)
/freebsd-current/sbin/ipf/ipsend/
H A Dipsend.h37 extern int send_packet(int, int, ip_t *, struct in_addr);
H A Dipsend.c127 return (send_packet(wfd, mtu, ip, gwip));
H A Dip.c330 send_packet(int nfd, int mtu, ip_t *ip, struct in_addr gwip)
/freebsd-current/tests/sys/common/
H A Dsender.py52 def send_packet(args, pkt): function
99 send_cb = partial(send_packet, args, pkt)
135 send_cb = partial(send_packet, args, pkt)
178 send_cb = partial(send_packet, args, pkt)
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_signd.c97 send_packet(int fd, const char *buf, uint32_t len) function
197 if (send_packet(fd, (char *)&samba_pkt, offsetof(struct samba_key_in, pkt) + LEN_PKT_NOMAC) != 0) {
/freebsd-current/sys/netgraph/
H A Dng_vlan.c544 goto send_packet;
572 goto send_packet;
578 goto send_packet;
622 goto send_packet;
627 goto send_packet;
663 send_packet:
/freebsd-current/tools/tools/net80211/w00t/expand/
H A Dexpand.c161 void send_packet(struct params *p) function
268 send_packet(p);
298 send_packet(p);
/freebsd-current/libexec/tftpd/
H A Dtftp-io.c54 static int send_packet(int peer, uint16_t block, char *pkt, int size);
101 send_packet(int peer, uint16_t block, char *pkt, int size) function
107 DROPPACKETn("send_packet", 0);
126 tftp_log(LOG_ERR, "send_packet: %s", strerror(errno));
366 n = send_packet(peer, block, (char *)pkt, size + 4);
/freebsd-current/tools/tools/net80211/w00t/prga/
H A Dprga.c234 void send_packet(struct params *p) function
327 send_packet(p);
357 send_packet(p);
563 send_packet(p);
/freebsd-current/tools/tools/net80211/w00t/redir/
H A Dredir.c232 void send_packet(struct params *p) function
316 send_packet(p);
365 send_packet(p);
591 send_packet(p);
/freebsd-current/usr.sbin/bhyve/
H A Dlibslirp.h103 SlirpWriteCb send_packet; member in struct:SlirpCb
H A Dnet_backend_slirp.c232 .send_packet = slirp_cb_send_packet,
/freebsd-current/sys/netinet/
H A Dip_mroute.c339 static void send_packet(struct vif *, struct mbuf *);
1760 send_packet(vifp, mb_copy);
1764 send_packet(struct vif *vifp, struct mbuf *m) function
2459 send_packet(vifp, mb_first);

Completed in 304 milliseconds