Home
last modified time | relevance | path

Searched refs:ret_iftype (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dwifi-util.c8 int wifi_get_interface(sd_netlink *genl, int ifindex, enum nl80211_iftype *ret_iftype, char **ret_s… in wifi_get_interface() argument
71 if (ret_iftype) in wifi_get_interface()
72 *ret_iftype = iftype; in wifi_get_interface()
80 if (ret_iftype) in wifi_get_interface()
81 *ret_iftype = 0; in wifi_get_interface()
Dwifi-util.h11 int wifi_get_interface(sd_netlink *genl, int ifindex, enum nl80211_iftype *ret_iftype, char **ret_s…
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-util.c367 unsigned short *ret_iftype, in rtnl_get_link_info() argument
383 if (!ret_iftype && !ret_flags) in rtnl_get_link_info()
402 if (ret_iftype) { in rtnl_get_link_info()
439 if (ret_iftype) in rtnl_get_link_info()
440 *ret_iftype = iftype; in rtnl_get_link_info()
Dnetlink-util.h95 unsigned short *ret_iftype,