Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dpktap.c790 strlcpy(&hdr->pth_ecomm[0], &soprocinfo->spi_e_proc_name[0], sizeof(hdr->pth_ecomm)); in pktap_set_procinfo()
938 proc_name(hdr->pth_epid, hdr->pth_ecomm, MAXCOMLEN); in pktap_fill_proc_info()
1407 strlcpy(hdr->pth_ecomm, epname, sizeof(hdr->pth_ecomm)); in pktap_bpf_tap_packet()
1632 if (pktap_header->pth_ecomm[0] != 0) { in convert_to_pktap_header_to_v2()
1637 strsize = 1 + strlcpy((char *)ptr, pktap_header->pth_ecomm, in convert_to_pktap_header_to_v2()
H A Dpktap.h118 char pth_ecomm[MAXCOMLEN + 1]; /* effective command name */ member