Searched defs:ifaddrlistx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libinetutil/common/
H A Difaddrlistx.c40 ifaddrlistx(const char *ifname, uint64_t set, uint64_t clear, function
101 * Populate the ifaddrlistx by querying each matching interface. If a
H A Dlibinetutil.h102 * error-handling up to the caller. Returns the number of ifaddrlistx's
105 * int ifaddrlistx(const char *ifname, uint64_t set, uint64_t clear,
116 * * ifaddrp: Upon success, ifaddrlistx() sets *ifaddrp to the head
117 * of a dynamically-allocated array of ifaddrlistx structures.
121 typedef struct ifaddrlistx { struct
122 struct ifaddrlistx *ia_next;
128 extern int ifaddrlistx(const char *, uint64_t, uint64_t, ifaddrlistx_t **);

Completed in 45 milliseconds