Home
last modified time | relevance | path

Searched refs:hlinkage (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h288 struct hlinkage { struct
300 struct hlinkage phyi_link; argument
322 struct hlinkage int_link;
324 struct hlinkage int_ahash; /* by address */
325 struct hlinkage int_bhash; /* by broadcast address */
326 struct hlinkage int_nhash; /* by name */
327 struct hlinkage int_ilist; /* ifIndex list */
H A Dif.c174 struct hlinkage *hlp; in link_in()
177 hlp = (struct hlinkage *)((char *)strp + loffs); in link_in()
181 ((struct hlinkage *)((char *)*head + loffs))->hl_prev = in link_in()
191 struct hlinkage *hlp; in link_out()
194 hlp = (struct hlinkage *)((char *)strp + loffs); in link_out()
197 ((struct hlinkage *)((char *)hlp->hl_next + loffs))->hl_prev = in link_out()