HomeSort by: relevance | last modified time | path
    Searched defs:if_idx (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/npf/ext_log/
npfext_log.c 71 unsigned int if_idx; local
75 if_idx = if_nametoindex(param);
76 if (if_idx == 0) {
110 if_idx = if_nametoindex(param);
111 if (if_idx == 0)
114 npf_ext_param_u32(ext, "log-interface", if_idx);
  /src/external/bsd/wpa/dist/src/ap/
vlan_util.c 29 int if_idx = 0; local
66 if_idx = rtnl_link_get_ifindex(rlink);
94 rtnl_link_set_link(rlink, if_idx);
108 vlan_if_name, vid, if_name, if_idx,
  /src/sys/net/npf/
npf_ext_log.c 62 unsigned int if_idx; member in struct:__anon7058
71 meta->if_idx = dnvlist_get_number(params, "log-interface", 0);
135 ifp = if_get_byindex(log->if_idx, &psref);
  /src/usr.sbin/npf/npfctl/
npf_data.c 65 unsigned long if_idx = if_nametoindex(ifname); local
70 if (if_idx || testif) {
100 unsigned long if_idx = if_nametoindex(ifname); local
103 if (!if_idx) {
110 return if_idx;
  /src/external/apache2/mDNSResponder/dist/DSO/
dso-transport.h 152 mDNSu32 if_idx; // The index of the interface where the DSO session is established through. member in struct:dso_connect_state
  /src/external/mpl/dhcp/dist/common/
discover.c 1180 unsigned int if_idx = 0; local
1188 &from, &to, &if_idx);
1195 if (if_idx == 0)
1213 while ((ip != NULL) && (if_nametoindex(ip->name) != if_idx))

Completed in 27 milliseconds