Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dpktap.c810 strbufcpy(hdr->pth_ecomm, soprocinfo->spi_e_proc_name); in pktap_set_procinfo()
962 proc_name(hdr->pth_epid, hdr->pth_ecomm, MAXCOMLEN); in pktap_fill_proc_info()
1433 strlcpy(hdr->pth_ecomm, epname, sizeof(hdr->pth_ecomm)); in pktap_bpf_tap_packet()
1664 if (pktap_header->pth_ecomm[0] != 0) { in convert_to_pktap_header_to_v2()
1673 pktap_header->pth_ecomm, in convert_to_pktap_header_to_v2()
H A Dpktap.h106 char pth_ecomm[MAXCOMLEN + 1]; /* effective command name */ member
H A Ddroptap.c311 strlcpy(hdr->pth_ecomm, epname, sizeof(hdr->pth_ecomm)); in droptap_bpf_tap_packet()