Searched refs:if_id (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_interface.h44 u_int32_t if_id; member in struct:ospf6_interface
H A Dospf6_ism.c106 ospf6_interface->if_id = ospf6_interface->interface->ifindex;
256 myself.ifid = ospf6_interface->if_id;
H A Dospf6_lsa.c1224 router_lsd->interface_id = htonl (o6i->if_id);
1256 router_lsd->interface_id = htonl (o6i->if_id);
1264 router_lsd->neighbor_interface_id = htonl (o6i->if_id);
1438 htonl (o6i->if_id),
1500 htonl (o6i->if_id), o6i->area->ospf6->router_id,
1650 old = ospf6_lsdb_lookup (htons (OSPF6_LSA_TYPE_LINK), htonl (o6i->if_id),
1764 htonl (o6i->if_id), o6i->area->ospf6->router_id,
H A Dospf6_message.c1000 &o6n->hisaddr, o6i->if_id);
1467 hello.interface_id = htonl (o6i->if_id);
1837 &o6n->hisaddr, o6n->ospf6_interface->if_id);
1866 o6n->ospf6_interface->if_id);
1907 o6i->if_id);
1952 &allspfrouters6.sin6_addr, o6i->if_id);
1956 &alldrouters6.sin6_addr, o6i->if_id);
H A Dospf6_intra.c414 htonl (o6i->if_id), ospf6->router_id,
539 iap->refer_lsid = htonl (o6i->if_id);
563 htonl (o6i->if_id), ospf6->router_id,
H A Dospf6_interface.c103 o6i->if_id = ifp->ifindex;
204 o6i->if_id = ifp->ifindex;
H A Dospf6_dbex.c97 o6n->ospf6_interface->if_id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dmac80211.h340 * @if_id: internal interface ID. This number has no particular meaning to
355 int if_id; member in struct:ieee80211_if_init_conf
596 int if_id, struct ieee80211_if_conf *conf);
808 * @if_id: interface ID from &struct ieee80211_if_init_conf.
819 int if_id,
902 * @if_id: interface ID from &struct ieee80211_if_init_conf.
921 ieee80211_get_buffered_bc(struct ieee80211_hw *hw, int if_id,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/mac80211/
H A Dieee80211.c1810 struct sk_buff * ieee80211_beacon_get(struct ieee80211_hw *hw, int if_id, argument
1823 bdev = dev_get_by_index(if_id);
1835 "(%s)\n", if_id, bdev ? bdev->name : "N/A");
1977 ieee80211_get_buffered_bc(struct ieee80211_hw *hw, int if_id, argument
1990 bdev = dev_get_by_index(if_id);
2361 conf.if_id = -1;
2377 conf.if_id = -1;
2420 conf.if_id = dev->ifindex;
2522 conf.if_id = dev->ifindex;

Completed in 62 milliseconds