Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c105 struct logint *pi_logical_first;
106 struct logint *pi_logical_last;
111 struct logint { struct
122 struct logint *li_next; /* Next logical for this physical */ argument
123 struct logint *li_prev; /* Prev logical for this physical */ argument
152 struct logint *li);
156 struct sockaddr_in *sin, struct logint *li);
161 static struct logint *find_directly_connected_logint(struct in_addr in,
175 static struct logint *find_logint(struct phyint *pi, char *name);
176 static struct logint *add_logint(struct phyint *pi, char *name);
[all …]
/titanic_53/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h232 struct logint *pii_probe_logint; /* IFF_NOFAILOVER addr for probing */
233 struct logint *pii_logint; /* Doubly linked list of logical ifs */
300 struct logint { struct
301 struct logint *li_next; /* Next logint of this phyint inst. */ argument
302 struct logint *li_prev; /* Prev logint of this phyint inst. */ argument
438 extern void logint_delete(struct logint *li);
453 extern void logperror_li(struct logint *li, const char *str);
H A Dmpd_tables.c50 static void logint_print(struct logint *li);
51 static void logint_insert(struct phyint_instance *pii, struct logint *li);
52 static struct logint *logint_lookup(struct phyint_instance *pii, char *li_name);
1620 struct logint *li; in phyint_inst_print()
1691 static struct logint *
1694 struct logint *li; in logint_lookup()
1713 logint_insert(struct phyint_instance *pii, struct logint *li) in logint_insert()
1726 static struct logint *
1729 struct logint *li; in logint_create()
1736 li = calloc(1, sizeof (struct logint)); in logint_create()
[all …]
H A Dmpd_main.c268 struct logint *li; in initifs()
584 struct logint *li; in select_test_ifs()
585 struct logint *probe_logint; in select_test_ifs()
796 struct logint *li; in check_testconfig()
1538 struct logint *li; in check_if_removed()
1539 struct logint *next_li; in check_if_removed()
2787 logperror_li(struct logint *li, const char *str) in logperror_li()