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

/macosx-10.10/network_cmds-457/cfilutil/
H A Dcfilutil.c61 MODE_PASS = 0x04, enumerator in enum:__anon11284
603 if ((mode & MODE_PASS) || (mode & MODE_PEEK) || auto_start) {
605 sock_info->si_out_peek = (mode & MODE_PEEK) ? peek_inc : (mode & MODE_PASS) ? CFM_MAX_OFFSET : default_out_peek;
607 sock_info->si_in_peek = (mode & MODE_PEEK) ? peek_inc : (mode & MODE_PASS) ? CFM_MAX_OFFSET : default_in_peek;
629 if ((mode & MODE_PASS)) {
662 if ((mode & MODE_PASS)) {
914 mode |= MODE_PASS;

Completed in 190 milliseconds