Home
last modified time | relevance | path

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

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