Home
last modified time | relevance | path

Searched refs:ripv1_mask_host (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c446 mask = ripv1_mask_host(dst, ifp); in input()
822 mask = ripv1_mask_host(dst, ifp); in input()
1011 mask = ripv1_mask_host(dst, ifp); in input()
H A Ddefs.h770 extern in_addr_t ripv1_mask_host(in_addr_t, const struct interface *);
H A Doutput.c393 v1_mask = ripv1_mask_host(htonl(dst_h), in supply_out()
H A Dif.c635 ripv1_mask_host(in_addr_t addr, /* in network byte order */ in ripv1_mask_host() function