Home
last modified time | relevance | path

Searched defs:in_dev (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dinetdevice.h76 #define IN_DEV_CONF_GET(in_dev, attr) \ argument
78 #define IN_DEV_CONF_SET(in_dev, attr, val) \ argument
81 #define IN_DEV_ANDCONF(in_dev, attr) \ argument
85 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ argument
89 #define IN_DEV_ORCONF(in_dev, attr) \ argument
92 #define IN_DEV_MAXCONF(in_dev, attr) \ argument
115 #define IN_DEV_PROMOTE_SECONDARIES(in_dev) \ argument
119 #define IN_DEV_NET_ROUTE_LOCALNET(in_dev, net) \ argument
122 #define IN_DEV_RX_REDIRECTS(in_dev) \ argument
224 struct in_device *in_dev; in in_dev_get() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dinetdevice.h76 #define IN_DEV_CONF_GET(in_dev, attr) \ argument
78 #define IN_DEV_CONF_SET(in_dev, attr, val) \ argument
81 #define IN_DEV_ANDCONF(in_dev, attr) \ argument
85 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ argument
89 #define IN_DEV_ORCONF(in_dev, attr) \ argument
92 #define IN_DEV_MAXCONF(in_dev, attr) \ argument
115 #define IN_DEV_PROMOTE_SECONDARIES(in_dev) \ argument
119 #define IN_DEV_NET_ROUTE_LOCALNET(in_dev, net) \ argument
122 #define IN_DEV_RX_REDIRECTS(in_dev) \ argument
224 struct in_device *in_dev; in in_dev_get() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dinetdevice.h76 #define IN_DEV_CONF_GET(in_dev, attr) \ argument
78 #define IN_DEV_CONF_SET(in_dev, attr, val) \ argument
81 #define IN_DEV_ANDCONF(in_dev, attr) \ argument
85 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ argument
89 #define IN_DEV_ORCONF(in_dev, attr) \ argument
92 #define IN_DEV_MAXCONF(in_dev, attr) \ argument
115 #define IN_DEV_PROMOTE_SECONDARIES(in_dev) \ argument
119 #define IN_DEV_NET_ROUTE_LOCALNET(in_dev, net) \ argument
122 #define IN_DEV_RX_REDIRECTS(in_dev) \ argument
224 struct in_device *in_dev; in in_dev_get() local
[all …]
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Difcontrol.cc31 int Ifconfig_Set_Flags(const char *in_dev, char *errstr, int flags) { in Ifconfig_Set_Flags()
63 int Ifconfig_Get_Flags(const char *in_dev, char *errstr, int *flags) { in Ifconfig_Get_Flags()
96 int Ifconfig_Delta_Flags(const char *in_dev, char *errstr, int flags) { in Ifconfig_Delta_Flags()
115 int Linux_GetDrvInfo(const char *in_dev, char *errstr, in Linux_GetDrvInfo()
143 string Linux_GetSysDrv(const char *in_dev) { in Linux_GetSysDrv()
161 int Linux_GetSysDrvAttr(const char *in_dev, const char *attr) { in Linux_GetSysDrvAttr()
173 int Ifconfig_Get_Hwaddr(const char *in_dev, char *errstr, uint8_t *ret_hwaddr) { in Ifconfig_Get_Hwaddr()
199 int Ifconfig_Set_Hwaddr(const char *in_dev, char *errstr, uint8_t *in_hwaddr) { in Ifconfig_Set_Hwaddr()
228 int Ifconfig_Set_MTU(const char *in_dev, char *errstr, uint16_t in_mtu) { in Ifconfig_Set_MTU()
252 int Ifconfig_Set_IP(const char *in_dev, char *errstr, const char *ip) { in Ifconfig_Set_IP()
[all …]
H A Diwcontrol.cc99 int Iwconfig_Set_SSID(const char *in_dev, char *errstr, const char *in_essid) { in Iwconfig_Set_SSID()
134 int Iwconfig_Get_SSID(const char *in_dev, char *errstr, char *in_essid) { in Iwconfig_Get_SSID()
164 int Iwconfig_Get_Name(const char *in_dev, char *errstr, char *in_name) { in Iwconfig_Get_Name()
194 int Iwconfig_Set_IntPriv(const char *in_dev, const char *privcmd, in Iwconfig_Set_IntPriv()
316 int Iwconfig_Get_IntPriv(const char *in_dev, const char *privcmd, in Iwconfig_Get_IntPriv()
442 int Iwconfig_Get_Levels(const char *in_dev, char *in_err, int *level, int *noise) { in Iwconfig_Get_Levels()
501 int Iwconfig_Get_Channel(const char *in_dev, char *in_err) { in Iwconfig_Get_Channel()
525 int Iwconfig_Set_Channel(const char *in_dev, int in_ch, char *in_err) { in Iwconfig_Set_Channel()
571 int Iwconfig_Get_Mode(const char *in_dev, char *in_err, int *in_mode) { in Iwconfig_Get_Mode()
597 int Iwconfig_Set_Mode(const char *in_dev, char *in_err, int in_mode) { in Iwconfig_Set_Mode()
H A Ddumpfile_tuntap.h96 virtual void SetTapDevice(string in_dev) { fname = in_dev; } in SetTapDevice()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Digmp.c122 #define IGMP_V1_SEEN(in_dev) \ argument
127 #define IGMP_V2_SEEN(in_dev) \ argument
1064 struct in_device *in_dev; in igmp_rcv() local
2159 struct in_device *in_dev; in __ip_mc_join_group() local
2245 struct in_device *in_dev; in ip_mc_leave_group() local
2430 struct in_device *in_dev; in ip_mc_msfilter() local
2516 struct in_device *in_dev; in ip_mc_msfget() local
2673 struct in_device *in_dev; in ip_mc_drop_socket() local
2735 struct in_device *in_dev; member
2748 struct in_device *in_dev; in igmp_mc_get_first() local
[all …]
H A Ddevinet.c254 struct in_device *in_dev; in inetdev_init() local
650 struct in_device *in_dev; in inet_rtm_deladdr() local
830 struct in_device *in_dev; in rtm_to_ifaddr() local
1013 struct in_device *in_dev; in devinet_ioctl() local
1305 struct in_device *in_dev; in inet_select_addr() local
1505 struct in_device *in_dev) in inetdev_send_gratuitous_arp()
1816 struct in_device *in_dev; in inet_dump_ifaddr() local
2167 struct in_device *in_dev; in inet_netconf_get_devconf() local
2227 struct in_device *in_dev; in inet_netconf_dump_devconf() local
2314 struct in_device *in_dev; in devinet_copy_dflt_conf() local
[all …]
H A Darp.c226 struct in_device *in_dev; in arp_constructor() local
339 struct in_device *in_dev; in arp_solicit() local
395 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore()
452 static inline int arp_fwd_proxy(struct in_device *in_dev, in arp_fwd_proxy()
497 static inline int arp_fwd_pvlan(struct in_device *in_dev, in arp_fwd_pvlan()
680 struct in_device *in_dev = __in_dev_get_rcu(dev); in arp_process() local
H A Dfib_frontend.c273 struct in_device *in_dev; in fib_compute_spec_dst() local
541 struct in_device *in_dev; in rtentry_to_fib_config() local
1092 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr() local
1138 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric() local
1165 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr() local
1448 struct in_device *in_dev; in fib_netdev_event() local
H A Droute.c726 struct in_device *in_dev; in __ip_do_redirect() local
859 struct in_device *in_dev; in ip_rt_send_redirect() local
927 struct in_device *in_dev; in ip_error() local
1685 struct in_device *in_dev, u32 *itag) in ip_mc_validate_source()
1717 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_mc() local
1753 struct in_device *in_dev, in ip_handle_martian_source()
1780 struct in_device *in_dev, in __mkroute_input()
2003 struct in_device *in_dev, in ip_mkroute_input()
2027 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_use_hint() local
2076 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_slow() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Digmp.c122 #define IGMP_V1_SEEN(in_dev) \ argument
127 #define IGMP_V2_SEEN(in_dev) \ argument
1064 struct in_device *in_dev; in igmp_rcv() local
2159 struct in_device *in_dev; in __ip_mc_join_group() local
2245 struct in_device *in_dev; in ip_mc_leave_group() local
2430 struct in_device *in_dev; in ip_mc_msfilter() local
2516 struct in_device *in_dev; in ip_mc_msfget() local
2673 struct in_device *in_dev; in ip_mc_drop_socket() local
2735 struct in_device *in_dev; member
2748 struct in_device *in_dev; in igmp_mc_get_first() local
[all …]
H A Ddevinet.c254 struct in_device *in_dev; in inetdev_init() local
650 struct in_device *in_dev; in inet_rtm_deladdr() local
830 struct in_device *in_dev; in rtm_to_ifaddr() local
1013 struct in_device *in_dev; in devinet_ioctl() local
1305 struct in_device *in_dev; in inet_select_addr() local
1505 struct in_device *in_dev) in inetdev_send_gratuitous_arp()
1816 struct in_device *in_dev; in inet_dump_ifaddr() local
2167 struct in_device *in_dev; in inet_netconf_get_devconf() local
2227 struct in_device *in_dev; in inet_netconf_dump_devconf() local
2314 struct in_device *in_dev; in devinet_copy_dflt_conf() local
[all …]
H A Darp.c226 struct in_device *in_dev; in arp_constructor() local
339 struct in_device *in_dev; in arp_solicit() local
395 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore()
452 static inline int arp_fwd_proxy(struct in_device *in_dev, in arp_fwd_proxy()
497 static inline int arp_fwd_pvlan(struct in_device *in_dev, in arp_fwd_pvlan()
680 struct in_device *in_dev = __in_dev_get_rcu(dev); in arp_process() local
H A Dfib_frontend.c273 struct in_device *in_dev; in fib_compute_spec_dst() local
541 struct in_device *in_dev; in rtentry_to_fib_config() local
1092 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr() local
1138 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric() local
1165 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr() local
1448 struct in_device *in_dev; in fib_netdev_event() local
H A Droute.c726 struct in_device *in_dev; in __ip_do_redirect() local
859 struct in_device *in_dev; in ip_rt_send_redirect() local
927 struct in_device *in_dev; in ip_error() local
1685 struct in_device *in_dev, u32 *itag) in ip_mc_validate_source()
1717 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_mc() local
1753 struct in_device *in_dev, in ip_handle_martian_source()
1780 struct in_device *in_dev, in __mkroute_input()
2003 struct in_device *in_dev, in ip_mkroute_input()
2027 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_use_hint() local
2076 struct in_device *in_dev = __in_dev_get_rcu(dev); in ip_route_input_slow() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Digmp.c122 #define IGMP_V1_SEEN(in_dev) \ argument
127 #define IGMP_V2_SEEN(in_dev) \ argument
1064 struct in_device *in_dev; in igmp_rcv() local
2159 struct in_device *in_dev; in __ip_mc_join_group() local
2245 struct in_device *in_dev; in ip_mc_leave_group() local
2430 struct in_device *in_dev; in ip_mc_msfilter() local
2516 struct in_device *in_dev; in ip_mc_msfget() local
2673 struct in_device *in_dev; in ip_mc_drop_socket() local
2735 struct in_device *in_dev; member
2748 struct in_device *in_dev; in igmp_mc_get_first() local
[all …]
H A Ddevinet.c254 struct in_device *in_dev; in inetdev_init() local
650 struct in_device *in_dev; in inet_rtm_deladdr() local
830 struct in_device *in_dev; in rtm_to_ifaddr() local
1013 struct in_device *in_dev; in devinet_ioctl() local
1305 struct in_device *in_dev; in inet_select_addr() local
1505 struct in_device *in_dev) in inetdev_send_gratuitous_arp()
1816 struct in_device *in_dev; in inet_dump_ifaddr() local
2167 struct in_device *in_dev; in inet_netconf_get_devconf() local
2227 struct in_device *in_dev; in inet_netconf_dump_devconf() local
2314 struct in_device *in_dev; in devinet_copy_dflt_conf() local
[all …]
H A Darp.c226 struct in_device *in_dev; in arp_constructor() local
339 struct in_device *in_dev; in arp_solicit() local
395 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore()
452 static inline int arp_fwd_proxy(struct in_device *in_dev, in arp_fwd_proxy()
497 static inline int arp_fwd_pvlan(struct in_device *in_dev, in arp_fwd_pvlan()
680 struct in_device *in_dev = __in_dev_get_rcu(dev); in arp_process() local
H A Dfib_frontend.c273 struct in_device *in_dev; in fib_compute_spec_dst() local
541 struct in_device *in_dev; in rtentry_to_fib_config() local
1092 struct in_device *in_dev = ifa->ifa_dev; in fib_add_ifaddr() local
1138 struct in_device *in_dev = ifa->ifa_dev; in fib_modify_prefix_metric() local
1165 struct in_device *in_dev = ifa->ifa_dev; in fib_del_ifaddr() local
1448 struct in_device *in_dev; in fib_netdev_event() local
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/util/
H A Dextractfilejob.cpp16 ExtractFileThread(QIODevice *in_dev, QIODevice *out_dev) in ExtractFileThread()
38 QIODevice *in_dev; member in bt::ExtractFileThread
98 QIODevice *in_dev = file->createDevice(); in start() local
/dports/math/octave-forge-audio/audio-2.0.4/src/
H A Dmididevice.cc59 octave_value in_dev = args (0); variable
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_broadcast.c26 struct in_device *in_dev; in nf_conntrack_broadcast_help() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_broadcast.c26 struct in_device *in_dev; in nf_conntrack_broadcast_help() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_broadcast.c26 struct in_device *in_dev; in nf_conntrack_broadcast_help() local

1234567