Lines Matching defs:ifc
102 struct ifc { /* Configuration of an interface */ struct
103 char *ifc_name; /* if name */ argument
104 struct ifc *ifc_next; argument
105 int ifc_index; /* if index */ argument
106 int ifc_mtu; /* if mtu */ argument
107 int ifc_metric; /* if metric */ argument
108 u_int ifc_flags; /* flags */ argument
109 short ifc_cflags; /* IFC_XXX */ argument
110 struct in6_addr ifc_mylladdr; /* my link-local address */ argument
111 struct sockaddr_in6 ifc_ripsin; /* rip multicast address */ argument
112 struct iff *ifc_filter; /* filter structure */ argument
113 struct ifac *ifc_addr; /* list of AF_INET6 addresses */ argument
114 int ifc_joined; /* joined to ff02::9 */ argument
132 static struct ifc *ifc; variable