Home
last modified time | relevance | path

Searched defs:logint (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h300 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
313 li_in_use : 1, /* flag to detect deleted logints */ argument
314 li_dupaddr : 1; /* test address is not unique */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c106 struct logint { struct
117 struct logint *li_next; /* Next logical for this physical */ argument
118 struct logint *li_prev; /* Prev logical for this physical */ argument
119 struct phyint *li_physical; /* Back pointer */