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

/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_bcast.c109 struct broadif { struct
112 TAILQ_ENTRY(broadif) link;
115 typedef TAILQ_HEAD(, broadif) broadlist_t;
119 int __rpc_broadenable(int, int, struct broadif *);
127 struct broadif *bip;
153 bip = (struct broadif *)malloc(sizeof *bip);
198 struct broadif *bip, *next;
211 __rpc_broadenable(int af, int s, struct broadif *bip)
435 struct broadif *bip;

Completed in 120 milliseconds