HomeSort by relevance Sort by last modified time
    Searched refs:send_raw_packet (Results 1 - 5 of 5) sorted by null

  /external/dhcpcd/
net.h 144 ssize_t send_raw_packet(const struct interface *, int,
bpf.c 138 send_raw_packet(const struct interface *iface, int protocol, function
lpf.c 132 send_raw_packet(const struct interface *iface, int protocol, function
arp.c 74 retval = send_raw_packet(iface, ETHERTYPE_ARP, arp_buffer, len);
dhcpcd.c 366 r = send_raw_packet(iface, ETHERTYPE_IP, udp, len);
374 syslog(LOG_ERR, "%s: send_raw_packet: %m", iface->name);
    [all...]

Completed in 183 milliseconds