HomeSort by relevance Sort by last modified time
    Searched defs:interface_addr (Results 1 - 3 of 3) sorted by null

  /external/fio/engines/
net.c 614 struct in_addr interface_addr; local
616 if (inet_aton(o->intfc, &interface_addr) == 0) {
621 if (setsockopt(f->fd, IPPROTO_IP, IP_MULTICAST_IF, (const char*)&interface_addr, sizeof(interface_addr)) < 0) {
  /external/wpa_supplicant_8/src/p2p/
p2p.h 551 * @interface_addr: P2P Interface Address of the GO
560 int (*get_noa)(void *ctx, const u8 *interface_addr, u8 *buf,
1396 u8 interface_addr[ETH_ALEN]; member in struct:p2p_group_config
    [all...]
p2p_i.h 44 u8 interface_addr[ETH_ALEN]; member in struct:p2p_device
678 void p2p_buf_add_intended_addr(struct wpabuf *buf, const u8 *interface_addr);

Completed in 165 milliseconds