Searched refs:broadif (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_bcast.c108 struct broadif { struct
111 TAILQ_ENTRY(broadif) link;
114 typedef TAILQ_HEAD(, broadif) broadlist_t;
118 int __rpc_broadenable(int, int, struct broadif *);
126 struct broadif *bip;
152 bip = (struct broadif *)malloc(sizeof *bip);
197 struct broadif *bip, *next;
210 __rpc_broadenable(int af, int s, struct broadif *bip)
440 struct broadif *bip;

Completed in 54 milliseconds