Searched refs:be_to_host32 (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.h151 #define be_to_host32(n) wpa_swap_32(n) macro
181 #define be_to_host32(n) bswap_32((__force u32) (be32) (n)) macro
194 #define be_to_host32(n) (n) macro
/freebsd-11-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c160 be_to_host32(body->actor_mn));
196 mi_txt(mi), be_to_host32(mn));
223 be_to_host32(body->kn));
265 be_to_host32(body->lkn));
267 be_to_host32(body->llpn));
270 be_to_host32(body->okn));
272 be_to_host32(body->olpn));
882 be_to_host32(body->actor_mn));
893 } else if (peer->mn < be_to_host32(body->actor_mn)) {
894 peer->mn = be_to_host32(bod
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c193 avp_code = be_to_host32(avp->avp_code);
194 avp_length = be_to_host32(avp->avp_length);
219 vendor_id = be_to_host32(* (be32 *) dpos);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_ttls.c923 avp_code = be_to_host32(avp->avp_code);
924 avp_length = be_to_host32(avp->avp_length);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddhcp_snoop.c112 ipaddr_str(be_to_host32(b->your_ip)),
121 ipaddr_str(be_to_host32(sta->ipaddr)));
H A Daccounting.c138 be_to_host32(sta->ipaddr))) {

Completed in 105 milliseconds