Lines Matching refs:interface
48 static void input(struct sockaddr_in *, struct interface *, struct rip *, int);
49 static boolean_t ck_passwd(struct interface *, struct rip *, uint8_t *,
54 * Find the interface which received the given message.
56 struct interface *
59 struct interface *ifp, *ifp1, *ifp2;
72 * physical interface this packet was received on by
103 * interface based on the source address of the packet.
115 struct interface *ifp;
143 * ifp is the interface via which the packet arrived.
155 struct interface *ifp, /* interface of incoming socket */
166 struct interface *ifp1;
405 * interface to keep the remote router from
640 "interface %s", naddr_ntoa(FROM_NADDR),
654 " via unexpected interface",
661 " via disabled interface %s",
688 trace_pkt("response via broken interface %s",
693 * If the interface cares, ignore bad routers.
843 * Adjust metric according to incoming interface cost.
884 * RIPv1 via an interface on a subnet. We might
1068 struct interface *ifp1;
1073 * See if we can already get there by a working interface. Ignore
1121 * around as long as the interface exists.
1371 ck_passwd(struct interface *aifp,