Searched refs:ifnet (Results 26 - 50 of 657) sorted by relevance

1234567891011>>

/freebsd-10.0-release/etc/
H A Dmac.conf15 default_labels ifnet ?biba,?lomac,?mls,?sebsd
/freebsd-10.0-release/sys/dev/usb/net/
H A Dusb_ethernet.h67 int (*ue_mii_upd)(struct ifnet *);
68 void (*ue_mii_sts)(struct ifnet *,
70 int (*ue_ioctl)(struct ifnet *, u_long, caddr_t);
81 struct ifnet *ue_ifp;
110 struct ifnet *uether_getifp(struct usb_ether *);
115 int uether_ifmedia_upd(struct ifnet *);
117 int uether_ioctl(struct ifnet *, u_long, caddr_t);
126 void uether_start(struct ifnet *);
/freebsd-10.0-release/sys/dev/firewire/
H A Dif_fwevar.h48 struct ifnet *ifp;
/freebsd-10.0-release/sys/net/
H A Dif_tapvar.h49 struct ifnet *tap_ifp;
H A Dif_sppp.h139 struct ifnet *pp_ifp; /* network interface data */
203 void (*if_start) (struct ifnet *);
216 void sppp_attach (struct ifnet *ifp);
217 void sppp_detach (struct ifnet *ifp);
218 void sppp_input (struct ifnet *ifp, struct mbuf *m);
219 int sppp_ioctl (struct ifnet *ifp, u_long cmd, void *data);
220 struct mbuf *sppp_dequeue (struct ifnet *ifp);
221 struct mbuf *sppp_pick(struct ifnet *ifp);
222 int sppp_isempty (struct ifnet *ifp);
223 void sppp_flush (struct ifnet *if
[all...]
H A Dif_debug.c47 struct ifnet *ife_ifnet;
53 if_show_ifnet(struct ifnet *ifp)
93 DB_SHOW_COMMAND(ifnet, db_show_ifnet)
97 db_printf("usage: show ifnet <struct ifnet *>\n");
101 if_show_ifnet((struct ifnet *)addr);
107 struct ifnet *ifp;
H A Diso88025.h165 void iso88025_ifattach (struct ifnet *, const u_int8_t *, int);
166 void iso88025_ifdetach (struct ifnet *, int);
167 int iso88025_ioctl (struct ifnet *, u_long, caddr_t );
168 int iso88025_output (struct ifnet *, struct mbuf *,
170 void iso88025_input (struct ifnet *, struct mbuf *);
H A Dif_edsc.c49 #include <net/if.h> /* basic part of ifnet(9) */
52 #include <net/if_var.h> /* kernel-only part of ifnet(9) */
60 struct ifnet *sc_ifp; /* ptr to generic interface configuration */
73 static void edsc_clone_destroy(struct ifnet *);
79 /* static void edsc_input(struct ifnet *ifp, struct mbuf *m); would be here */
80 static int edsc_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data);
81 static void edsc_start(struct ifnet *ifp);
95 struct ifnet *ifp;
99 * Allocate soft and ifnet structures. Link each to the other.
111 * Get a name for this particular interface in its ifnet structur
[all...]
H A Dif_disc.c63 struct ifnet *sc_ifp;
66 static int discoutput(struct ifnet *, struct mbuf *,
69 static int discioctl(struct ifnet *, u_long, caddr_t);
71 static void disc_clone_destroy(struct ifnet *);
81 struct ifnet *ifp;
118 disc_clone_destroy(struct ifnet *ifp)
158 discoutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
195 discioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
H A Dif_atmsubr.c81 void (*ng_atm_attach_p)(struct ifnet *);
82 void (*ng_atm_detach_p)(struct ifnet *);
83 int (*ng_atm_output_p)(struct ifnet *, struct mbuf **);
84 void (*ng_atm_input_p)(struct ifnet *, struct mbuf **,
86 void (*ng_atm_input_orphan_p)(struct ifnet *, struct mbuf *,
88 void (*ng_atm_event_p)(struct ifnet *, uint32_t, void *);
93 void (*atm_harp_input_p)(struct ifnet *ifp, struct mbuf **m,
95 void (*atm_harp_attach_p)(struct ifnet *);
96 void (*atm_harp_detach_p)(struct ifnet *);
97 void (*atm_harp_event_p)(struct ifnet *, uint32_
[all...]
H A Dfddi.h100 void fddi_ifattach(struct ifnet *, const u_int8_t *, int);
101 void fddi_ifdetach(struct ifnet *, int);
102 int fddi_ioctl(struct ifnet *, u_long, caddr_t);
H A Dif_ef.c89 struct ifnet *ef_ifp;
90 struct ifnet *ef_pifp;
96 struct ifnet *el_ifp; /* raw device for this clones */
103 extern int (*ef_inputp)(struct ifnet*, struct ether_header *eh, struct mbuf *m);
104 extern int (*ef_outputp)(struct ifnet *ifp, struct mbuf **mp,
108 static void ef_reset (struct ifnet *);
113 static int ef_ioctl(struct ifnet *, u_long, caddr_t);
114 static void ef_start(struct ifnet *);
115 static int ef_input(struct ifnet*, struct ether_header *, struct mbuf *);
116 static int ef_output(struct ifnet *if
[all...]
/freebsd-10.0-release/sys/netinet/
H A Dtoecore.h87 void (*tod_l2_update)(struct toedev *, struct ifnet *,
91 void (*tod_route_redirect)(struct toedev *, struct ifnet *,
119 int toe_l2_resolve(struct toedev *, struct ifnet *, struct sockaddr *,
129 int toe_4tuple_check(struct in_conninfo *, struct tcphdr *, struct ifnet *);
H A Dif_ether.h118 int arpresolve(struct ifnet *ifp, struct rtentry *rt, struct mbuf *m,
120 void arprequest(struct ifnet *, const struct in_addr *,
122 void arp_ifinit(struct ifnet *, struct ifaddr *);
123 void arp_ifinit2(struct ifnet *, struct ifaddr *, u_char *);
124 void arp_ifscrub(struct ifnet *, uint32_t);
H A Dsctp_bsd_addr.h63 void sctp_add_or_del_interfaces(int (*pred) (struct ifnet *), int add);
/freebsd-10.0-release/sys/netinet6/
H A Dmld6_var.h45 struct ifnet *mli_ifp; /* interface this instance belongs to */
151 mld_domifattach(struct ifnet *);
152 void mld_domifdetach(struct ifnet *);
154 void mld_ifdetach(struct ifnet *);
H A Din6_pcb.h82 void in6_pcbpurgeif0(struct inpcbinfo *, struct ifnet *);
97 struct ifnet *);
101 struct ifnet *);
105 struct ifnet *ifp, struct mbuf *);
119 int in6_selecthlim(struct in6pcb *, struct ifnet *);
H A Dnd6.h243 struct ifnet *ifp;
248 struct ifnet *ndpr_ifp;
262 struct ifnet *ndpr_ifp;
392 struct nd_ifinfo *nd6_ifattach(struct ifnet *);
394 int nd6_is_addr_neighbor(struct sockaddr_in6 *, struct ifnet *);
398 struct llentry *nd6_lookup(struct in6_addr *, int, struct ifnet *);
399 void nd6_setmtu(struct ifnet *);
403 void nd6_purge(struct ifnet *);
405 int nd6_resolve(struct ifnet *, struct rtentry *, struct mbuf *,
408 int nd6_ioctl(u_long, caddr_t, struct ifnet *);
[all...]
/freebsd-10.0-release/sys/mips/cavium/octe/
H A Dethernet-mv88e61xx.c62 static int cvm_oct_mv88e61xx_smi_read(struct ifnet *, int, int);
63 static void cvm_oct_mv88e61xx_smi_write(struct ifnet *, int, int, int);
64 static int cvm_oct_mv88e61xx_smi_wait(struct ifnet *);
67 cvm_oct_mv88e61xx_setup_device(struct ifnet *ifp)
79 cvm_oct_mv88e61xx_smi_read(struct ifnet *ifp, int phy_id, int location)
101 cvm_oct_mv88e61xx_smi_write(struct ifnet *ifp, int phy_id, int location, int val)
115 cvm_oct_mv88e61xx_smi_wait(struct ifnet *ifp)
/freebsd-10.0-release/usr.sbin/IPXrouted/
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) {
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c39 static void ipoib_get_drvinfo(struct ifnet *netdev,
45 static u32 ipoib_get_rx_csum(struct ifnet *dev)
52 static int ipoib_get_coalesce(struct ifnet *dev,
65 static int ipoib_set_coalesce(struct ifnet *dev,
108 static void ipoib_get_strings(struct ifnet *netdev, u32 stringset, u8 *data)
117 static int ipoib_get_sset_count(struct ifnet *dev, int sset)
127 static void ipoib_get_ethtool_stats(struct ifnet *dev,
156 void ipoib_set_ethtool_ops(struct ifnet *dev)
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dgetifname.c21 struct ifnet *ptr;
56 struct ifnet netif;
88 struct ifnet *ptr;
/freebsd-10.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_l2t.h61 struct ifnet *ifp; /* outgoing interface */
82 void t3_l2_update(struct toedev *tod, struct ifnet *ifp, struct sockaddr *sa,
84 struct l2t_entry *t3_l2t_get(struct port_info *, struct ifnet *,
/freebsd-10.0-release/sys/sys/
H A Ddomain.h44 struct ifnet;
71 void *(*dom_ifattach)(struct ifnet *);
72 void (*dom_ifdetach)(struct ifnet *, void *);
73 /* af-dependent data on ifnet */
/freebsd-10.0-release/sys/netpfil/pf/
H A Dif_pflog.c85 static int pflogoutput(struct ifnet *, struct mbuf *,
88 static int pflogioctl(struct ifnet *, u_long, caddr_t);
89 static void pflogstart(struct ifnet *);
91 static void pflog_clone_destroy(struct ifnet *);
96 struct ifnet *pflogifs[PFLOGIFS_MAX]; /* for fast access */
111 struct ifnet *ifp;
137 pflog_clone_destroy(struct ifnet *ifp)
154 pflogstart(struct ifnet *ifp)
172 pflogoutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
181 pflogioctl(struct ifnet *if
[all...]

Completed in 179 milliseconds

1234567891011>>