Searched refs:__channel_set_opt (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/channel/ |
| H A D | os_channel_private.h | 679 extern int __channel_set_opt(int c, const uint32_t opt, const void *aoptval,
|
| H A D | channel_syscalls.c | 734 __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 D | os_channel.c | 778 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()
|