Changeset View
Changeset View
Standalone View
Standalone View
usr.bin/netstat/common.h
| Show First 20 Lines • Show All 46 Lines • ▼ Show 20 Lines | |||||
| struct _wid { | struct _wid { | ||||
| int dst; | int dst; | ||||
| int gw; | int gw; | ||||
| int flags; | int flags; | ||||
| int pksent; | int pksent; | ||||
| int mtu; | int mtu; | ||||
| int iface; | int iface; | ||||
| int metric; | |||||
| int expire; | int expire; | ||||
| }; | }; | ||||
| void set_wid(int fam); | void set_wid(int fam); | ||||
| void pr_rthdr(int af1 __unused); | void pr_rthdr(int af1 __unused); | ||||
| extern struct _wid wid; | extern struct _wid wid; | ||||
| void p_flags(int f, const char *format); | void p_flags(int f, const char *format); | ||||
| bool p_rtable_netlink(int fibnum, int af); | bool p_rtable_netlink(int fibnum, int af); | ||||
| Show All 28 Lines | |||||