Lines Matching defs:ifp
46 struct interface *ifp);
71 in_data(struct interface *ifp)
88 if ((len = recvmsg(ifp->int_sock, &rmsg, 0)) < 0) {
121 rip_input(&from, len, *(uint_t *)hopcntopt, ifp);
129 struct interface *ifp)
143 TRACE_INPUT(ifp, from, size);
153 if (ifp->int_flags & RIP6_IFF_NORTEXCH) {
158 ifp->int_name);
185 ifp->int_ipackets++;
210 supply(from, ifp, 0,
268 sendpacket(from, ifp, newsize, 0);
302 ifp->int_ipackets++;
426 n->rip6_metric += IFMETRIC(ifp);
436 _B_FALSE, ifp);
467 rt->rt_ifp != ifp) {
468 rtchange(rt, gate, n->rip6_metric, ifp);
476 rtchange(rt, gate, n->rip6_metric, ifp);
481 dynamic_update(ifp);
508 dynamic_update(struct interface *ifp)
522 supplyall(&allrouters, RTS_CHANGED, ifp, _B_TRUE);