Searched refs:utun_if_xname (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_utun.c | 230 char utun_if_xname[IFXNAMSIZ]; member 1033 "com.apple.netif.%s", pcb->utun_if_xname); in utun_nexus_ifattach() 1072 __func__, pcb->utun_if_xname); in utun_nexus_ifattach() 1581 "com.apple.kpipe.%s", pcb->utun_if_xname); in utun_enable_channel() 1876 snprintf(pcb->utun_if_xname, sizeof(pcb->utun_if_xname), "utun%d", pcb->utun_unit - 1); in utun_ctl_connect() 1931 __func__, pcb->utun_if_xname); in utun_ctl_connect() 2656 if (*len < MIN(strbuflen(pcb->utun_if_xname) + 1, sizeof(pcb->utun_if_xname))) { in utun_ctl_getopt() 2664 *len = scnprintf(data, *len, "%s", pcb->utun_if_xname) + 1; in utun_ctl_getopt() 3470 …os_log_error(OS_LOG_DEFAULT, "%s: %s cannot find channel %s\n", __func__, pcb->utun_if_xname, uuid… in utun_kpipe_ring_init()
|