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

/freebsd-13-stable/sbin/routed/
H A Dinput.c52 struct interface *aifp; local
81 /* aifp is the "authenticated" interface via which the packet
94 LIST_FOREACH(aifp, &remote_if, remote_list) {
95 if (aifp->int_addr == from.sin_addr.s_addr)
98 if (aifp == NULL) {
99 aifp = ifwithname(inbuf.ifname, 0);
100 if (aifp == NULL) {
104 } else if (((aifp->int_if_flags & IFF_POINTOPOINT)
105 && aifp->int_dstaddr!=from.sin_addr.s_addr)
106 || (!(aifp
130 input(struct sockaddr_in *from, struct interface *sifp, struct interface *aifp, struct rip *rip, int cc) argument
938 ck_passwd(struct interface *aifp, struct rip *rip, void *lim, naddr from, struct msg_limit *use_authp) argument
[all...]
/freebsd-13-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...]
/freebsd-13-stable/sys/net/route/
H A Dnhop_ctl.c61 * ifp, ifa, aifp, mtu, gw addr(if set), nh_type, nh_family, mask of rt_flags and
130 struct ifnet *aifp = NULL; local
142 aifp = ifnet_byindex_ref(nh->gwl_sa.sdl_index);
144 aifp = ifnet_byindex(nh->gwl_sa.sdl_index);
145 if (aifp == NULL) {
146 DPRINTF("unable to get aifp for %s index %d",
151 if (aifp == NULL) {
152 aifp = nh->nh_ifp;
154 if_ref(aifp);
157 return (aifp);
[all...]

Completed in 52 milliseconds