/src/usr.bin/netstat/ |
if.c | 320 struct ifaddr ifa; 344 union ifaddr_u ifaddr; local in function:intpr_kvm 406 if (kread(ifaddraddr, (char *)&ifaddr, sizeof ifaddr)) 412 cp = (CP(ifaddr.ifa.ifa_addr) - CP(ifaddraddr)) + 413 CP(&ifaddr); 416 print_addr(ifnet.if_index, sa, (void *)&ifaddr, 419 ifaddraddr = (u_long)ifaddr.ifa.ifa_list.tqe_next; 561 union ifaddr_u *ifaddr = (union ifaddr_u *)rtinfo; local in function:print_addr 563 multiaddr = (u_long)ifaddr->in.ia_multiaddrs.lh_first 612 union ifaddr_u *ifaddr = (union ifaddr_u *)rtinfo; local in function:print_addr [all...] |
if.c | 320 struct ifaddr ifa; 344 union ifaddr_u ifaddr; local in function:intpr_kvm 406 if (kread(ifaddraddr, (char *)&ifaddr, sizeof ifaddr)) 412 cp = (CP(ifaddr.ifa.ifa_addr) - CP(ifaddraddr)) + 413 CP(&ifaddr); 416 print_addr(ifnet.if_index, sa, (void *)&ifaddr, 419 ifaddraddr = (u_long)ifaddr.ifa.ifa_list.tqe_next; 561 union ifaddr_u *ifaddr = (union ifaddr_u *)rtinfo; local in function:print_addr 563 multiaddr = (u_long)ifaddr->in.ia_multiaddrs.lh_first 612 union ifaddr_u *ifaddr = (union ifaddr_u *)rtinfo; local in function:print_addr [all...] |
/src/usr.sbin/npf/npfctl/ |
npf_show.c | 234 bool ifaddr; local in function:print_table 236 tname = npfctl_table_getname(ctx->conf, tid, &ifaddr); 237 easprintf(&s, ifaddr ? "ifaddrs(%s)" : "<%s>", tname); 729 bool ifaddr; local in function:npfctl_print_nat 731 tname = npfctl_table_getname(ctx->conf, tid, &ifaddr); 732 easprintf(&seg, ifaddr ? "ifaddrs(%s)" : "<%s>", tname);
|
npf_show.c | 234 bool ifaddr; local in function:print_table 236 tname = npfctl_table_getname(ctx->conf, tid, &ifaddr); 237 easprintf(&s, ifaddr ? "ifaddrs(%s)" : "<%s>", tname); 729 bool ifaddr; local in function:npfctl_print_nat 731 tname = npfctl_table_getname(ctx->conf, tid, &ifaddr); 732 easprintf(&seg, ifaddr ? "ifaddrs(%s)" : "<%s>", tname);
|
/src/sys/net/ |
if.h | 144 struct ifaddr; 295 TAILQ_HEAD(, ifaddr) 346 struct ifaddr *if_dl; /* i: identity of this interface. */ 355 struct ifaddr *if_hwdl; /* i: h/w identity */ 411 (struct ifnet *, struct ifaddr *, bool); 750 * The ifaddr structure contains information about one address 755 struct ifaddr { struct 761 TAILQ_ENTRY(ifaddr) ifa_list; /* list of addresses for interface */ 768 struct ifaddr *(*ifa_getifa)(struct ifaddr *, [all...] |
if.h | 144 struct ifaddr; 295 TAILQ_HEAD(, ifaddr) 346 struct ifaddr *if_dl; /* i: identity of this interface. */ 355 struct ifaddr *if_hwdl; /* i: h/w identity */ 411 (struct ifnet *, struct ifaddr *, bool); 750 * The ifaddr structure contains information about one address 755 struct ifaddr { struct 761 TAILQ_ENTRY(ifaddr) ifa_list; /* list of addresses for interface */ 768 struct ifaddr *(*ifa_getifa)(struct ifaddr *, [all...] |