/titanic_41/usr/src/lib/libbc/inc/include/net/ |
H A D | if.h | 45 struct ifnet { struct 74 struct ifnet *if_next; argument 75 struct ifnet *if_upper; /* next layer up */ argument 76 struct ifnet *if_lower; /* next layer down */ argument 132 (m)->m_off += sizeof (struct ifnet *); \ 133 (m)->m_len -= sizeof (struct ifnet *); \ 147 (ifp) = *(mtod((m), struct ifnet **)); \ 182 struct ifnet *ifa_ifp; /* back-pointer to interface */
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ip_fil.c | 150 static struct ifnet **ifneta = NULL; 154 static void fr_setifpaddr __P((struct ifnet *, char *)); 157 static int no_output __P((struct ifnet *, struct mbuf *, 159 static int write_output __P((struct ifnet *, struct mbuf *, 163 static int no_output __P((struct ifnet *, struct mbuf *, 165 static int write_output __P((struct ifnet *, struct mbuf *, 168 static int no_output __P((struct ifnet *, struct mbuf *, 170 static int write_output __P((struct ifnet *, struct mbuf *, 495 fdp->fd_ifp = (struct ifnet *)-1; 511 struct ifnet *ifp; [all …]
|
H A D | ipftest.c | 23 extern struct ifnet *get_unit __P((char *, int, ipf_stack_t *)); 79 struct ifnet *ifp;
|
/titanic_41/usr/src/uts/common/net/ |
H A D | if.h | 62 struct ifnet { struct 91 struct ifnet *if_next; argument 92 struct ifnet *if_upper; /* next layer up */ argument 93 struct ifnet *if_lower; /* next layer down */ argument 222 (m)->m_off += sizeof (struct ifnet *); \ 223 (m)->m_len -= sizeof (struct ifnet *); \ 237 (ifp) = *(mtod((m), struct ifnet **)); \ 268 struct ifnet *ifa_ifp; /* back-pointer to interface */
|
H A D | route.h | 110 struct ifnet *rt_ifp; /* the answer: interface to use */
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | getifname.c | 24 struct ifnet *ptr; in getifname() 40 struct ifnet netif;
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | bpf-ipf.h | 422 extern void bpf_tap(struct ifnet *, u_char *, u_int); 423 extern void bpf_mtap(struct ifnet *, struct mbuf *); 424 extern void bpfattach(struct ifnet *, u_int, u_int);
|
H A D | ip_log.c | 251 struct ifnet *ifp;
|
H A D | ip_nat6.c | 85 extern struct ifnet vpnif; 2033 struct ifnet *ifp, *sifp; 2316 struct ifnet *ifp;
|
H A D | ip_auth.c | 578 ifq = &((struct ifnet *)fra->fra_info.fin_ifp)->if_snd;
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 639 ((struct ifnet *)fin->fin_ifp)->if_unit) & 7) 717 ((struct ifnet *)fin->fin_ifp)->if_unit) & 7) 785 # define IFNAME(x) ((struct ifnet *)x)->if_xname 788 ((struct ifnet *)x)->if_xname, \ 790 # define CACHE_HASH(x) ((((struct ifnet *)fin->fin_ifp)->if_index)&7) 793 ((struct ifnet *)fin->fin_ifp)->if_unit) & 7) 863 # define IFNAME(x) ((struct ifnet *)x)->if_xname 866 ((struct ifnet *)x)->if_xname, \ 870 # define CACHE_HASH(x) ((((struct ifnet *)fin->fin_ifp)->if_index) & 7) 873 ((struct ifnet *)fin->fin_ifp)->if_unit) & 7) [all …]
|
H A D | ip_fil.h | 154 struct ifnet; 1360 extern struct ifnet *get_unit __P((char *, int, ipf_stack_t *)); 1361 extern char *get_ifname __P((struct ifnet *)); 1487 extern char *getifname __P((struct ifnet *));
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | startup.c | 41 struct interface *ifnet; variable 102 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) in initifs() 337 ifp->int_next = ifnet; in initifs() 338 ifnet = ifp; in initifs() 349 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in initifs()
|
H A D | if.c | 50 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in if_ifwithname() 91 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in if_dump2()
|
H A D | output.c | 52 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in supplyall() 91 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in solicitall()
|
H A D | defs.h | 132 extern struct interface *ifnet;
|
H A D | main.c | 283 for (ifp = ifnet; ifp != NULL; in main()
|
/titanic_41/usr/src/uts/common/netinet/ |
H A D | if_ether.h | 79 struct ifnet ac_if; /* network-visible interface */
|
/titanic_41/usr/src/lib/libbc/inc/include/netinet/ |
H A D | if_ether.h | 99 struct ifnet ac_if; /* network-visible interface */
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | if.c | 50 struct interface *ifnet; variable 316 link_in((void **)&ifnet, ifp, offsetof(struct interface, int_link)); in if_link() 545 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in iflookup() 600 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in ripv1_mask_net() 697 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in check_dup() 1056 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) in ifscan() 1556 for (ifp1 = ifnet; ifp1 != NULL; in ifscan() 1670 for (ifp = ifnet; ifp != NULL; ifp = ifp1) { in ifscan() 1696 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in ifscan()
|
H A D | main.c | 769 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in rip_off() 871 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in rip_on()
|
H A D | rdisc.c | 336 for (ifp = ifnet; ifp; ifp = ifp->int_next) { in set_supplier() 1138 for (ifp = ifnet; ifp; ifp = ifp->int_next) { in rdisc_adv() 1182 for (ifp = ifnet; ifp; ifp = ifp->int_next) { in rdisc_sol()
|
H A D | output.c | 931 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in rip_bcast() 996 for (ifp = ifnet; ifp; ifp = ifp->int_next) { in rip_query()
|
H A D | table.c | 2586 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in rtbad_sub() 2603 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in rtbad_sub() 2815 for (ifp = ifnet; ifp; ifp = ifp->int_next) { in age() 2885 for (ifp = ifnet; ifp != NULL; ifp = ifp->int_next) { in gwkludge_iflookup()
|
H A D | defs.h | 612 extern struct interface *ifnet; /* all interfaces */
|