Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel_var.h951 extern int ch_set_opt(struct kern_channel *, struct sockopt *);
H A Dchannel_syscalls.c763 err = ch_set_opt(ch, &sopt); in __channel_set_opt()
H A Dchannel.c2244 ch_set_opt(struct kern_channel *ch, struct sockopt *sopt) in ch_set_opt() function