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

/freebsd-9.3-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-9.3-release/contrib/ipfilter/ipsend/
H A Dipsend.h43 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.c353 int send_packet(nfd, mtu, ip, gwip) function
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/sbin/dhclient/
H A Dbpf.c253 send_packet(struct interface_info *interface, struct dhcp_packet *raw, function
286 warning("send_packet: %m");
H A Ddhcpd.h302 ssize_t send_packet(struct interface_info *, struct dhcp_packet *, size_t,
H A Ddhclient.c1231 (void)send_packet(ip, &ip->client->packet, ip->client->packet_length,
1462 (void) send_packet(ip, &ip->client->packet, ip->client->packet_length,
1478 (void) send_packet(ip, &ip->client->packet, ip->client->packet_length,
/freebsd-9.3-release/sys/netinet/
H A Dip_mroute.c351 static void send_packet(struct vif *, struct mbuf *);
1673 send_packet(vifp, mb_copy);
1677 send_packet(struct vif *vifp, struct mbuf *m) function
2525 send_packet(vifp, mb_first);

Completed in 188 milliseconds