| /netbsd-src/regress/sys/net/frag/ |
| H A D | ip4_frag_1.c | 136 send_packet(int s, void *p, in_addr_t target) in send_packet() function 166 send_packet(sock, p, target); in test_case_0() 169 send_packet(sock, p, target); in test_case_0() 185 send_packet(sock, p, target); in test_case_1() 189 send_packet(sock, p, target); in test_case_1() 206 send_packet(sock, p, target); in test_case_2() 209 send_packet(sock, p, target); in test_case_2() 223 send_packet(sock, p, target); in test_case_3() 227 send_packet(sock, p, target); in test_case_3() 241 send_packet(sock, p, target); in test_case_4() [all …]
|
| /netbsd-src/external/bsd/ntp/dist/tests/ntpd/ |
| H A D | t-ntp_signd.c | 128 int temp = send_packet(fd, str2, strlen(str2)); in test_send_packet() 153 send_packet(fd, str, strlen(str)); in test_recv_packet()
|
| /netbsd-src/external/bsd/ntp/dist/ntpd/ |
| H A D | ntp_signd.c | 99 send_packet(int fd, const char *buf, uint32_t len) in send_packet() function 199 …if (send_packet(fd, (char *)&samba_pkt, offsetof(struct samba_key_in, pkt) + LEN_PKT_NOMAC) != 0) { in send_via_ntp_signd()
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | bootp.c | 38 # define send_packet trace_packet_send macro 424 result = send_packet (fallback_interface, NULL, &raw, 453 result = send_packet(packet->interface, packet, &raw,
|
| H A D | dhcp.c | 96 # define send_packet trace_packet_send macro 1757 result = send_packet(interface, &outgoing, &raw, 1986 result = send_packet(fallback_interface, packet, &raw, 2004 result = send_packet(packet->interface, packet, &raw, 4091 result = send_packet(fallback_interface, NULL, &raw, 4129 result = send_packet(fallback_interface, NULL, &raw, 4163 result = send_packet(state->ip, NULL, &raw, packet_length,
|
| H A D | dhcpleasequery.c | 707 send_packet(interface, in dhcpleasequery()
|
| /netbsd-src/external/bsd/ipf/dist/ipsend/ |
| H A D | ipsend.h | 45 extern int send_packet __P((int, int, ip_t *, struct in_addr));
|
| H A D | ipsend.c | 161 return send_packet(wfd, mtu, ip, gwip);
|
| H A D | ip.c | 351 int send_packet(nfd, mtu, ip, gwip) in send_packet() function
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | raw.c | 108 size_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
|
| H A D | ctrace.c | 250 return send_packet (interface, packet, raw, len, in trace_packet_send()
|
| H A D | upf.c | 245 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
|
| H A D | socket.c | 60 # define send_packet send_fallback macro 720 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
|
| H A D | nit.c | 282 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
|
| H A D | lpf.c | 338 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
|
| H A D | bpf.c | 403 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
|
| H A D | dlpi.c | 532 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
|
| /netbsd-src/usr.bin/rump_dhcpclient/ |
| H A D | net.h | 144 ssize_t send_packet(const struct interface *, struct in_addr,
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 2680 ssize_t send_packet (struct interface_info *, 2724 ssize_t send_packet (struct interface_info *, 2752 ssize_t send_packet (struct interface_info *, 2781 ssize_t send_packet (struct interface_info *, 2812 ssize_t send_packet (struct interface_info *, 2834 ssize_t send_packet (struct interface_info *, struct packet *,
|
| /netbsd-src/external/mpl/dhcp/dist/client/ |
| H A D | dhclient.c | 2647 result = send_packet(client->interface, NULL, &client->packet, 3054 result = send_packet(fallback_interface, NULL, &client->packet, 3066 result = send_packet(client->interface, NULL, &client->packet, 3107 result = send_packet(client->interface, NULL, &client->packet, 3177 result = send_packet(fallback_interface, NULL, &client->packet, 3188 result = send_packet(client->interface, NULL, &client->packet,
|
| /netbsd-src/external/mpl/dhcp/dist/relay/ |
| H A D | dhcrelay.c | 973 if (send_packet(out, NULL, packet, length, out->addresses[0], in do_relay4() 1019 if (send_packet((fallback_interface in do_relay4()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_wm.c | 7847 goto send_packet; in wm_82547_txfifo_bugchk() 7856 send_packet: in wm_82547_txfifo_bugchk()
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | Changelog | 7652 listen_pushback, query_info_allocqname, write_socket, send_packet,
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 116041 res = conn.send_packet(b"X%x,4:\x02\x02\x02\x02" % addr)^M 116051 res = conn.send_packet(b"X%s,4:\x02\x02\x02\x02" % addr_str) 116063 res = conn.send_packet(xpacket_header(addr) + b"\x02\x02\x02\x02") 154623 gdb/python: add gdb.RemoteTargetConnection.send_packet 155946 gdb/python: add gdb.RemoteTargetConnection.send_packet 155952 'send_packet'. This new method is equivalent to the 'maint 155959 The result of calling RemoteTargetConnection.send_packet is a bytes
|