Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_bcast.c102 struct broadif { struct
105 TAILQ_ENTRY(broadif) link; argument
108 typedef TAILQ_HEAD(, broadif) broadlist_t;
112 int __rpc_broadenable(int, int, struct broadif *);
120 struct broadif *bip; in __rpc_getbroadifs()
146 bip = (struct broadif *)malloc(sizeof *bip); in __rpc_getbroadifs()
191 struct broadif *bip, *next; in __rpc_freebroadifs()
204 __rpc_broadenable(int af, int s, struct broadif *bip) in __rpc_broadenable()
434 struct broadif *bip; in rpc_broadcast_exp()