Home
last modified time | relevance | path

Searched refs:send_packet (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/regress/sys/net/frag/
H A Dip4_frag_1.c136 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 Dt-ntp_signd.c128 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 Dntp_signd.c99 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 Dbootp.c38 # 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 Ddhcp.c96 # 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 Ddhcpleasequery.c707 send_packet(interface, in dhcpleasequery()
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Dipsend.h45 extern int send_packet __P((int, int, ip_t *, struct in_addr));
H A Dipsend.c161 return send_packet(wfd, mtu, ip, gwip);
H A Dip.c351 int send_packet(nfd, mtu, ip, gwip) in send_packet() function
/netbsd-src/external/mpl/dhcp/dist/common/
H A Draw.c108 size_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
H A Dctrace.c250 return send_packet (interface, packet, raw, len, in trace_packet_send()
H A Dupf.c245 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
H A Dsocket.c60 # define send_packet send_fallback macro
720 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
H A Dnit.c282 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
H A Dlpf.c338 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
H A Dbpf.c403 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
H A Ddlpi.c532 ssize_t send_packet (interface, packet, raw, len, from, to, hto) in send_packet() function
/netbsd-src/usr.bin/rump_dhcpclient/
H A Dnet.h144 ssize_t send_packet(const struct interface *, struct in_addr,
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2680 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 Ddhclient.c2647 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 Ddhcrelay.c973 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 Dif_wm.c7847 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 DChangelog7652 listen_pushback, query_info_allocqname, write_socket, send_packet,
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git116041 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