Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dos_channel_private.h679 extern int __channel_set_opt(int c, const uint32_t opt, const void *aoptval,
H A Dchannel_syscalls.c734 __channel_set_opt(struct proc *p, struct __channel_set_opt_args *uap, in __channel_set_opt() function
/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c778 if ((err = __channel_set_opt(chd->chd_fd, CHOPT_TX_LOWAT_THRESH, in os_channel_write_attr()
791 if ((err = __channel_set_opt(chd->chd_fd, CHOPT_RX_LOWAT_THRESH, in os_channel_write_attr()
2231 return __channel_set_opt(chd->chd_fd, CHOPT_IF_ADV_CONF, in os_channel_configure_interface_advisory()