Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel_var.h950 extern int ch_get_opt(struct kern_channel *, struct sockopt *);
H A Dchannel_syscalls.c709 err = ch_get_opt(ch, &sopt); in __channel_get_opt()
H A Dchannel.c2275 ch_get_opt(struct kern_channel *ch, struct sockopt *sopt) in ch_get_opt() function