Home
last modified time | relevance | path

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

/xnu-10063.141.1/tests/
H A Drvi_control_get_interface.c13 #define RVI_CONTROL_NAME "com.apple.net.rvi_control" macro
31 .ctl_name = RVI_CONTROL_NAME
/xnu-10063.141.1/bsd/net/
H A Dremote_vif.h38 #define RVI_CONTROL_NAME "com.apple.net.rvi_control" macro
H A Dremote_vif.c290 strlcpy(kern_ctl.ctl_name, RVI_CONTROL_NAME, sizeof(kern_ctl.ctl_name)); in rvi_register_control()