Searched refs:send_raw_packet (Results 1 – 6 of 6) sorted by relevance
/external/dhcpcd/ |
D | lpf.c | 122 send_raw_packet(const struct interface *iface, int protocol, in send_raw_packet() function
|
D | net.h | 147 ssize_t send_raw_packet(const struct interface *, int,
|
D | bpf.c | 138 send_raw_packet(const struct interface *iface, int protocol, in send_raw_packet() function
|
D | arp.c | 74 retval = send_raw_packet(iface, ETHERTYPE_ARP, arp_buffer, len); in send_arp()
|
D | client.c | 678 r = send_raw_packet(state->interface, ETHERTYPE_IP, udp, len); in send_message()
|
D | dhcpcd.c | 350 r = send_raw_packet(iface, ETHERTYPE_IP, udp, len); in send_message()
|