Home
last modified time | relevance | path

Searched refs:be_to_host32 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Ddhcp_snoop.c114 ipaddr_str(be_to_host32(b->your_ip)), in handle_dhcp()
123 ipaddr_str(be_to_host32(sta->ipaddr))); in handle_dhcp()
H A Daccounting.c138 be_to_host32(sta->ipaddr))) { in accounting_msg()
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c160 be_to_host32(body->actor_mn)); in ieee802_1x_mka_dump_basic_body()
196 mi_txt(mi), be_to_host32(mn)); in ieee802_1x_mka_dump_peer_body()
223 be_to_host32(body->kn)); in ieee802_1x_mka_dump_dist_sak_body()
273 be_to_host32(body->lkn)); in ieee802_1x_mka_dump_sak_use_body()
275 be_to_host32(body->llpn)); in ieee802_1x_mka_dump_sak_use_body()
278 be_to_host32(body->okn)); in ieee802_1x_mka_dump_sak_use_body()
280 be_to_host32(body->olpn)); in ieee802_1x_mka_dump_sak_use_body()
890 be_to_host32(body->actor_mn)); in ieee802_1x_mka_decode_basic_body()
901 } else if (peer->mn < be_to_host32(body->actor_mn)) { in ieee802_1x_mka_decode_basic_body()
902 peer->mn = be_to_host32(body->actor_mn); in ieee802_1x_mka_decode_basic_body()
[all …]
/freebsd/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/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c193 avp_code = be_to_host32(avp->avp_code); in eap_ttls_avp_parse()
194 avp_length = be_to_host32(avp->avp_length); in eap_ttls_avp_parse()
219 vendor_id = be_to_host32(* (be32 *) dpos); in eap_ttls_avp_parse()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_ttls.c977 avp_code = be_to_host32(avp->avp_code); in eap_ttls_parse_avp()
978 avp_length = be_to_host32(avp->avp_length); in eap_ttls_parse_avp()