Home
last modified time | relevance | path

Searched defs:mfc (Results 1 – 3 of 3) sorted by relevance

/minix3/sys/netinet/
H A Dip_mroute.h257 struct mfc { struct
259 struct in_addr mfc_origin; /* ip origin of mcasts */ argument
260 struct in_addr mfc_mcastgrp; /* multicast group associated */ argument
261 vifi_t mfc_parent; /* incoming vif */ argument
262 u_int8_t mfc_ttls[MAXVIFS]; /* forwarding ttls on vifs */ argument
263 u_long mfc_pkt_cnt; /* pkt count for src-grp */ argument
264 u_long mfc_byte_cnt; /* byte count for src-grp */ argument
265 u_long mfc_wrong_if; /* wrong if for src-grp */ argument
266 int mfc_expire; /* time to clean entry up */ argument
267 struct timeval mfc_last_assert; /* last time I sent an assert */ argument
[all …]
/minix3/usr.bin/netstat/
H A Dmroute6.c133 struct mf6c mfc; in mroute6pr() local
H A Dmroute.c139 struct mfc *mfcp, mfc; in mroutepr() local