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

/osnet-11/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.h108 * error-handling up to the caller. Returns the number of ifaddrlistx's
111 * int ifaddrlistx(const char *ifname, uint64_t set, uint64_t clear,
122 * * ifaddrp: Upon success, ifaddrlistx() sets *ifaddrp to the head
123 * of a dynamically-allocated array of ifaddrlistx structures.
127 typedef struct ifaddrlistx { struct
128 struct ifaddrlistx *ia_next;
134 extern int ifaddrlistx(const char *, uint64_t, uint64_t, ifaddrlistx_t **);

Completed in 20 milliseconds