Home
last modified time | relevance | path

Searched refs:pth_ecomm (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/net/
H A Dpktap.c785 strlcpy(&hdr->pth_ecomm[0], &soprocinfo->spi_e_proc_name[0], sizeof(hdr->pth_ecomm)); in pktap_set_procinfo()
933 proc_name(hdr->pth_epid, hdr->pth_ecomm, MAXCOMLEN); in pktap_fill_proc_info()
1402 strlcpy(hdr->pth_ecomm, epname, sizeof(hdr->pth_ecomm)); in pktap_bpf_tap_packet()
1628 if (pktap_header->pth_ecomm[0] != 0) { in convert_to_pktap_header_to_v2()
1633 strsize = 1 + strlcpy((char *)ptr, pktap_header->pth_ecomm, in convert_to_pktap_header_to_v2()
H A Dpktap.h120 char pth_ecomm[MAXCOMLEN + 1]; /* effective command name */ member