Searched refs:sifroute (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 197 static int sifroute __P((int, u_int32_t, u_int32_t, int, const char *)); 2581 sifroute(int u, u_int32_t l, u_int32_t g, int add, const char *str) in sifroute() function 2625 if (!sifroute(u, 0, g, 1, "add default")) { 2644 if (!sifroute(u, 0, g, 0, "delete default")) {
|