HomeSort by: relevance | last modified time | path
    Searched defs:aifp (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/routed/
input.c 61 struct interface *aifp; local in function:read_rip
90 /* aifp is the "authenticated" interface via which the packet
103 for (aifp = remote_if; aifp; aifp = aifp->int_rlink) {
104 if (aifp->int_addr == from.sin_addr.s_addr)
107 if (aifp == 0) {
108 aifp = ifwithname(inbuf.ifname, 0);
109 if (aifp == 0)
    [all...]
input.c 61 struct interface *aifp; local in function:read_rip
90 /* aifp is the "authenticated" interface via which the packet
103 for (aifp = remote_if; aifp; aifp = aifp->int_rlink) {
104 if (aifp->int_addr == from.sin_addr.s_addr)
107 if (aifp == 0) {
108 aifp = ifwithname(inbuf.ifname, 0);
109 if (aifp == 0)
    [all...]

Completed in 22 milliseconds