Home
last modified time | relevance | path

Searched refs:piface (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dpreauth_auth.c44 struct rsn_preauth_interface *piface = ctx; in rsn_preauth_receive() local
45 struct hostapd_data *hapd = piface->hapd; in rsn_preauth_receive()
51 "from interface '%s'", piface->ifname); in rsn_preauth_receive()
91 sta->preauth_iface = piface; in rsn_preauth_receive()
99 struct rsn_preauth_interface *piface; in rsn_preauth_iface_add() local
103 piface = os_zalloc(sizeof(*piface)); in rsn_preauth_iface_add()
104 if (piface == NULL) in rsn_preauth_iface_add()
106 piface->hapd = hapd; in rsn_preauth_iface_add()
108 piface->ifname = os_strdup(ifname); in rsn_preauth_iface_add()
109 if (piface->ifname == NULL) { in rsn_preauth_iface_add()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_peer.c708 endpt * piface; in peer_refresh_interface()
732 piface = p->dstadr;
738 if (p->dstadr != piface && !(MDF_ACAST & p->cast_flags)
684 endpt * piface; peer_refresh_interface() local