Home
last modified time | relevance | path

Searched refs:open_raw_socket (Results 1 – 3 of 3) sorted by relevance

/system/core/libnetutils/
Dpacket.h22 int open_raw_socket(const char* ifname, uint8_t hwaddr[ETH_ALEN], int if_index);
Dpacket.c42 int open_raw_socket(const char* ifname __unused, uint8_t hwaddr[ETH_ALEN], int if_index) { in open_raw_socket() function
Ddhcpclient.c412 s = open_raw_socket(ifname, hwaddr, if_index); in dhcp_init_ifc()