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

/macosx-10.10.1/network_cmds-457/cfilutil/
H A Dcfilstat.c112 struct cfil_sock_stat *sock_stat;
116 sock_stat = (struct cfil_sock_stat *)ptr;
119 sock_stat->cfs_len < sizeof(struct cfil_sock_stat))
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dcontent_filter.h224 struct cfil_sock_stat { struct
H A Dcontent_filter.c519 0, 0, sysctl_cfil_sock_list, "S,cfil_sock_stat", "");
1618 _CASSERT(sizeof(struct cfil_sock_stat) % sizeof(uint32_t) == 0);
3830 sizeof(struct cfil_sock_stat);
3838 struct cfil_sock_stat stat;
3841 bzero(&stat, sizeof(struct cfil_sock_stat));
3842 stat.cfs_len = sizeof(struct cfil_sock_stat);
3934 sizeof (struct cfil_sock_stat));

Completed in 323 milliseconds