Searched refs:send_raw_packet (Results 1 - 5 of 5) sorted by relevance

/external/dhcpcd/
H A Dlpf.c122 send_raw_packet(const struct interface *iface, int protocol, function
H A Dnet.h147 ssize_t send_raw_packet(const struct interface *, int,
H A Dbpf.c138 send_raw_packet(const struct interface *iface, int protocol, function
H A Darp.c74 retval = send_raw_packet(iface, ETHERTYPE_ARP, arp_buffer, len);
H A Ddhcpcd.c350 r = send_raw_packet(iface, ETHERTYPE_IP, udp, len);
358 syslog(LOG_ERR, "%s: send_raw_packet: %m", iface->name);

Completed in 265 milliseconds