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

/freebsd-10.1-release/contrib/ntp/tests/ntpd/
H A Dt-ntp_signd.c126 int temp = send_packet(fd, str2, strlen(str2));
151 send_packet(fd, str, strlen(str));
/freebsd-10.1-release/contrib/ipfilter/ipsend/
H A Dipsend.h45 extern int send_packet __P((int, int, ip_t *, struct in_addr));
H A Dipsend.c160 return send_packet(wfd, mtu, ip, gwip);
H A Dip.c351 int send_packet(nfd, mtu, ip, gwip) function
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddve3900-rom.c82 static void send_packet (char type, unsigned char *buf, int buflen, int seq);
680 send_packet (char type, unsigned char *buf, int buflen, int seq) function
772 send_packet ('p', len, sizeof (len), seq);
782 send_packet ('e', "", 0, 0);
903 send_packet ('a', "", 0, 0);
923 send_packet ('a', "", 0, 0);
/freebsd-10.1-release/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-10.1-release/sys/netgraph/
H A Dng_vlan.c547 goto send_packet;
575 goto send_packet;
581 goto send_packet;
625 goto send_packet;
630 goto send_packet;
666 send_packet:
/freebsd-10.1-release/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));
369 n = send_packet(peer, block, (char *)pkt, size + 4);
/freebsd-10.1-release/tools/tools/net80211/w00t/expand/
H A Dexpand.c163 void send_packet(struct params *p) function
270 send_packet(p);
300 send_packet(p);
/freebsd-10.1-release/tools/tools/net80211/w00t/prga/
H A Dprga.c236 void send_packet(struct params *p) function
329 send_packet(p);
359 send_packet(p);
565 send_packet(p);
/freebsd-10.1-release/tools/tools/net80211/w00t/redir/
H A Dredir.c234 void send_packet(struct params *p) function
318 send_packet(p);
367 send_packet(p);
593 send_packet(p);
/freebsd-10.1-release/sys/netinet/
H A Dip_mroute.c352 static void send_packet(struct vif *, struct mbuf *);
1672 send_packet(vifp, mb_copy);
1676 send_packet(struct vif *vifp, struct mbuf *m) function
2523 send_packet(vifp, mb_first);

Completed in 204 milliseconds