Searched refs:OPT_ENABLE_CHANNEL (Results 1 – 1 of 1) sorted by relevance
1193 int OPT_ENABLE_CHANNEL; in sktu_create_interface_channel() local1197 OPT_ENABLE_CHANNEL = UTUN_OPT_ENABLE_CHANNEL; in sktu_create_interface_channel()1201 OPT_ENABLE_CHANNEL = IPSEC_OPT_ENABLE_CHANNEL; in sktu_create_interface_channel()1207 error = setsockopt(tunsock, SYSPROTO_CONTROL, OPT_ENABLE_CHANNEL, &enable, sizeof(enable)); in sktu_create_interface_channel()1216 error = getsockopt(tunsock, SYSPROTO_CONTROL, OPT_ENABLE_CHANNEL, &scratch, &scratchlen); in sktu_create_interface_channel()