• Home
  • Raw
  • Download

Lines Matching refs:fromlen

76 				     socklen_t fromlen)  in hostapd_ctrl_iface_attach()  argument
78 return ctrl_iface_attach(&hapd->ctrl_dst, from, fromlen); in hostapd_ctrl_iface_attach()
84 socklen_t fromlen) in hostapd_ctrl_iface_detach() argument
86 return ctrl_iface_detach(&hapd->ctrl_dst, from, fromlen); in hostapd_ctrl_iface_detach()
92 socklen_t fromlen, in hostapd_ctrl_iface_level() argument
95 return ctrl_iface_level(&hapd->ctrl_dst, from, fromlen, level); in hostapd_ctrl_iface_level()
2078 socklen_t fromlen) in hostapd_ctrl_iface_receive_process() argument
2138 if (hostapd_ctrl_iface_attach(hapd, from, fromlen)) in hostapd_ctrl_iface_receive_process()
2141 if (hostapd_ctrl_iface_detach(hapd, from, fromlen)) in hostapd_ctrl_iface_receive_process()
2144 if (hostapd_ctrl_iface_level(hapd, from, fromlen, in hostapd_ctrl_iface_receive_process()
2336 socklen_t fromlen = sizeof(from); in hostapd_ctrl_iface_receive() local
2346 (struct sockaddr *) &from, &fromlen); in hostapd_ctrl_iface_receive()
2357 fromlen) < 0) { in hostapd_ctrl_iface_receive()
2399 &from, fromlen); in hostapd_ctrl_iface_receive()
2405 fromlen) < 0) { in hostapd_ctrl_iface_receive()
2765 socklen_t fromlen) in hostapd_global_ctrl_iface_attach() argument
2767 return ctrl_iface_attach(&interfaces->global_ctrl_dst, from, fromlen); in hostapd_global_ctrl_iface_attach()
2773 socklen_t fromlen) in hostapd_global_ctrl_iface_detach() argument
2775 return ctrl_iface_detach(&interfaces->global_ctrl_dst, from, fromlen); in hostapd_global_ctrl_iface_detach()
3023 socklen_t fromlen) in hostapd_global_ctrl_iface_ifname() argument
3038 from, fromlen); in hostapd_global_ctrl_iface_ifname()
3049 socklen_t fromlen = sizeof(from); in hostapd_global_ctrl_iface_receive() local
3058 (struct sockaddr *) &from, &fromlen); in hostapd_global_ctrl_iface_receive()
3070 fromlen) < 0) { in hostapd_global_ctrl_iface_receive()
3116 &from, fromlen); in hostapd_global_ctrl_iface_receive()
3137 fromlen)) in hostapd_global_ctrl_iface_receive()
3141 fromlen)) in hostapd_global_ctrl_iface_receive()
3187 fromlen) < 0) { in hostapd_global_ctrl_iface_receive()