HomeSort by: relevance | last modified time | path
    Searched defs:piface (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
preauth_auth.c 44 struct rsn_preauth_interface *piface = ctx; local
45 struct hostapd_data *hapd = piface->hapd;
51 "from interface '%s'", piface->ifname);
91 sta->preauth_iface = piface;
99 struct rsn_preauth_interface *piface; local
103 piface = os_zalloc(sizeof(*piface));
104 if (piface == NULL)
106 piface->hapd = hapd;
108 piface->ifname = os_strdup(ifname)
135 struct rsn_preauth_interface *piface, *prev; local
234 struct rsn_preauth_interface *piface; local
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_peer.c 710 endpt * piface; local
734 piface = p->dstadr;
740 if (p->dstadr != piface && !(MDF_ACAST & p->cast_flags)
  /src/sbin/ifconfig/
parse.h 256 struct piface { struct
270 struct piface *piface_create(const char *, parser_exec_t, const char *,

Completed in 18 milliseconds