Searched refs:aifp (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sbin/routed/
H A Dinput.c59 struct interface *aifp; local
88 /* aifp is the "authenticated" interface via which the packet
101 LIST_FOREACH(aifp, &remote_if, remote_list) {
102 if (aifp->int_addr == from.sin_addr.s_addr)
105 if (aifp == NULL) {
106 aifp = ifwithname(inbuf.ifname, 0);
107 if (aifp == NULL) {
111 } else if (((aifp->int_if_flags & IFF_POINTOPOINT)
112 && aifp->int_dstaddr!=from.sin_addr.s_addr)
113 || (!(aifp
137 input(struct sockaddr_in *from, struct interface *sifp, struct interface *aifp, struct rip *rip, int cc) argument
945 ck_passwd(struct interface *aifp, struct rip *rip, void *lim, naddr from, struct msg_limit *use_authp) argument
[all...]
/freebsd-12-stable/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.c398 struct atmif_priv **aifp)
403 if ((*aifp = NEXT_OBJECT_INT(&atmif_list,
407 value->var.subs[sub] = (*aifp)->index;
411 if ((*aifp = FIND_OBJECT_INT(&atmif_list,
417 if ((*aifp = FIND_OBJECT_INT(&atmif_list,
424 if ((*aifp = FIND_OBJECT_INT(&atmif_list,
430 if ((*aifp)->pub.mib->pcr == 0) {
431 mib_fetch_ifmib((*aifp)->pub.ifp);
432 atmif_sys_fill_mib(*aifp);
433 atmif_check_carrier(*aifp);
397 atmif_get_aif(struct snmp_value *value, u_int sub, enum snmp_op op, struct atmif_priv **aifp) argument
[all...]

Completed in 101 milliseconds