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

/freebsd-12-stable/lib/libc/rpc/
H A Dclnt_bcast.c110 struct broadif { struct
113 TAILQ_ENTRY(broadif) link;
116 typedef TAILQ_HEAD(, broadif) broadlist_t;
120 int __rpc_broadenable(int, int, struct broadif *);
128 struct broadif *bip;
154 bip = (struct broadif *)malloc(sizeof *bip);
199 struct broadif *bip, *next;
212 __rpc_broadenable(int af, int s, struct broadif *bip)
442 struct broadif *bip;

Completed in 46 milliseconds