Searched refs:ifnet (Results 1 - 25 of 636) sorted by last modified time

1234567891011>>

/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c2093 linux_ifname(struct ifnet *ifp, char *buffer, size_t buflen)
2095 struct ifnet *ifscan;
2118 * and return the associated ifnet structure
2123 static struct ifnet *
2126 struct ifnet *ifp;
2174 struct ifnet *ifp;
2275 linux_gifflags(struct thread *td, struct ifnet *ifp, struct l_ifreq *ifr)
2296 linux_gifhwaddr(struct ifnet *ifp, struct l_ifreq *ifr)
2356 struct ifnet *ifp;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c264 u_int16_t, struct ether_header *, struct ifnet *);
310 struct ifnet *, struct pf_state *,
313 struct ifnet *, struct pf_state *,
2318 u_int16_t rtag, struct ether_header *eh, struct ifnet *ifp)
5747 struct ifnet *ifp;
5924 pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp,
5932 struct ifnet *ifp = NULL;
6231 pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp,
6239 struct ifnet *ifp = NULL;
6654 pf_test(int dir, struct ifnet *if
[all...]
H A Dpfvar.h1237 struct ifnet *pfik_ifp;
1851 extern void pf_altq_ifnet_event(struct ifnet *, int);
1916 VNET_DECLARE(struct ifnet *, sync_ifp);
1921 extern struct ifnet *sync_ifp;
1934 int pf_test(int, struct ifnet *, struct mbuf **, struct ether_header *,
1937 int pf_test(int, struct ifnet *, struct mbuf **, struct ether_header *);
1943 int pf_test6(int, struct ifnet *, struct mbuf **, struct ether_header *,
1946 int pf_test6(int, struct ifnet *, struct mbuf **, struct ether_header *);
2055 void pfi_attach_ifnet(struct ifnet *);
2056 void pfi_detach_ifnet(struct ifnet *);
[all...]
H A Dpf_ioctl.c232 static int pf_check_in(void *arg, struct mbuf **m, struct ifnet *ifp,
234 static int pf_check_out(void *arg, struct mbuf **m, struct ifnet *ifp,
238 static int pf_check6_in(void *arg, struct mbuf **m, struct ifnet *ifp,
240 static int pf_check6_out(void *arg, struct mbuf **m, struct ifnet *ifp,
1034 struct ifnet *ifp;
1065 struct ifnet *ifp;
1100 pf_altq_ifnet_event(struct ifnet *ifp, int remove)
1102 struct ifnet *ifp1;
2604 struct ifnet *ifp;
2730 struct ifnet *if
[all...]
/freebsd-9.3-release/sys/netinet6/
H A Dip6_output.c147 struct ifnet *, struct in6_addr *, u_long *, int *, u_int);
221 * type of "mtu": rt_rmx.rmx_mtu is u_long, ifnet.ifr_mtu is int, and
230 struct ifnet **ifpp, struct inpcb *inp)
233 struct ifnet *ifp, *origifp;
1385 struct ifnet *ifp, struct in6_addr *dst, u_long *mtup,
2649 struct ifnet *ifp = NULL;
2995 ip6_mloopback(struct ifnet *ifp, struct mbuf *m, struct sockaddr_in6 *dst)
H A Dip6_var.h107 struct ifnet *im6o_multicast_ifp; /* ifp for outgoing multicasts */
401 extern int (*ip6_mforward)(struct ip6_hdr *, struct ifnet *,
415 void ip6_mloopback(struct ifnet *, struct mbuf *, struct sockaddr_in6 *);
419 struct ip6_moptions *, struct ifnet **,
450 struct ifnet **, struct in6_addr *);
452 struct ip6_moptions *, struct route_in6 *, struct ifnet **,
455 struct ip6_moptions *, struct route_in6 *, struct ifnet **,
H A Dnd6_rtr.c95 static VNET_DEFINE(struct ifnet *, nd6_defifp);
124 struct ifnet *ifp = m->m_pkthdr.rcvif;
211 struct ifnet *ifp = m->m_pkthdr.rcvif;
358 pr.ndpr_ifp = (struct ifnet *)m->m_pkthdr.rcvif;
456 struct ifnet *ifp;
511 defrouter_lookup(struct in6_addr *addr, struct ifnet *ifp)
993 struct ifnet *ifp = new->ndpr_ifp;
1633 struct ifnet *ifp = pr->ndpr_ifp;
1712 struct ifnet *ifp = pr->ndpr_ifp;
1812 struct ifnet *if
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dtcp_output.c928 m->m_pkthdr.rcvif = (struct ifnet *)0;
H A Dtcp_subr.c1721 struct ifnet *ifp;
1760 struct ifnet *ifp;
H A Digmp.c87 igi_alloc_locked(struct ifnet *);
88 static void igi_delete_locked(const struct ifnet *);
95 static int igmp_input_v1_query(struct ifnet *, const struct ip *,
97 static int igmp_input_v2_query(struct ifnet *, const struct ip *,
99 static int igmp_input_v3_query(struct ifnet *, const struct ip *,
103 static int igmp_input_v1_report(struct ifnet *, /*const*/ struct ip *,
105 static int igmp_input_v2_report(struct ifnet *, /*const*/ struct ip *,
123 igmp_v3_encap_report(struct ifnet *, struct mbuf *);
181 * IF_ADDR_LOCK() between the ifnet and in layers w/o recursing,
195 * An ifnet ca
[all...]
/freebsd-9.3-release/lib/libstand/
H A Dif_ether.h118 struct ifnet ac_if; /* network-visible interface */
242 void revarprequest(struct ifnet *);
243 int revarpwhoarewe(struct ifnet *, struct in_addr *, struct in_addr *);
244 int revarpwhoami(struct in_addr *, struct ifnet *);
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Daf.c167 extern struct interface *ifnet;
170 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
H A Dif.c49 extern struct interface *ifnet;
62 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
85 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
109 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
137 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
H A Doutput.c68 extern struct interface *ifnet;
70 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
H A Dsap_output.c54 extern struct interface *ifnet;
58 for (ifp = ifnet; ifp; ifp = ifp->int_next) {
H A Dstartup.c63 struct interface *ifnet; variable in typeref:struct:interface
225 ifp->int_next = ifnet;
226 ifnet = ifp;
245 register struct interface *ifp2 = ifnet;
253 for (ifp2 = ifnet; ifp2; ifp2 =ifp2->int_next) {
/freebsd-9.3-release/usr.sbin/ifmcstat/
H A Difmcstat.c335 struct ifnet *ifp, *nifp, ifnet; local
350 KREAD(nl[N_IFNET].n_value, &ifp, struct ifnet *);
352 KREAD(ifp, &ifnet, struct ifnet);
353 nifp = ifnet.if_link.tqe_next;
354 if (ifindex && ifindex != ifnet.if_index)
357 printf("%s:\n", if_indextoname(ifnet.if_index, ifname));
359 if_addrlist(TAILQ_FIRST(&ifnet.if_addrhead));
362 if6_addrlist(TAILQ_FIRST(&ifnet
414 struct ifnet ifnet; local
446 struct ifnet ifnet; local
483 struct ifnet ifnet; local
532 struct ifnet ifnet; local
[all...]
/freebsd-9.3-release/share/examples/hast/
H A Ducarp.sh52 ifnet="${nodea_ifnet}"
57 if [ -n "${srcip}" -o -n "${ifnet}" ]; then
62 ifnet="${nodeb_ifnet}"
65 if [ -z "${srcip}" -o -z "${ifnet}" ]; then
69 ucarp -i ${ifnet} -s ${srcip} -v ${vhid} -a ${addr} -p ${pass} -u "${upscript}" -d "${downscript}"
/freebsd-9.3-release/share/man/man9/
H A DMakefile144 ifnet.9 \
738 MLINKS+=ifnet.9 ifaddr.9 \
739 ifnet.9 if_data.9 \
740 ifnet.9 ifqueue.9
/freebsd-9.3-release/contrib/ipfilter/
H A Dbpf-ipf.h420 * Systems based on non-BSD kernels don't have ifnet's (or they don't mean
424 extern void bpf_tap(struct ifnet *, u_char *, u_int);
425 extern void bpf_mtap(struct ifnet *, struct mbuf *);
426 extern void bpfattach(struct ifnet *, u_int, u_int);
H A Dip_fil.c148 static struct ifnet **ifneta = NULL;
151 static void fr_setifpaddr __P((struct ifnet *, char *));
154 static int no_output __P((struct ifnet *, struct mbuf *,
156 static int write_output __P((struct ifnet *, struct mbuf *,
160 static int no_output __P((struct ifnet *, struct mbuf *,
162 static int write_output __P((struct ifnet *, struct mbuf *,
165 static int no_output __P((struct ifnet *, struct mbuf *,
167 static int write_output __P((struct ifnet *, struct mbuf *,
263 struct ifnet *ifp;
282 struct ifnet *if
[all...]
/freebsd-9.3-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h188 # define ifnet device macro
/freebsd-9.3-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h229 # define ifnet device macro
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Din_var.h54 * Macro for finding the interface (ifnet structure) corresponding to one
59 /* struct ifnet *ifp; */ \
71 * to a given interface (ifnet structure).
74 /* struct ifnet *ifp; */ \
85 * This information should be part of the ifnet structure but we don't wish
90 struct ifnet *ifp;
105 struct ifnet *inm_ifp; /* back pointer to ifnet */
130 /* struct ifnet *ifp; */ \
H A Dip_var.h86 struct ifnet *imo_multicast_ifp; /* ifp for outgoing multicasts */

Completed in 186 milliseconds

1234567891011>>