Searched refs:BIOCSSEESENT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.h195 #define BIOCSSEESENT _IOW('B',119, u_int) macro
H A Dbpf.c1305 * BIOCSSEESENT Set "see packets sent" flag
1630 case BIOCSSEESENT: /* u_int */
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-bpf.c2841 #elif defined(BIOCSSEESENT)
2854 if (ioctl(p->fd, BIOCSSEESENT, &seesent) == -1) {
2864 "This system doesn't support BIOCSSEESENT, so the direction can't be set");

Completed in 125 milliseconds