Home
last modified time | relevance | path

Searched refs:p_len (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn_filtering.c53 size_t p_len = strlen(*p); in _simple_getenv() local
55 if (p_len >= var_len && memcmp(*p, var, var_len) == 0 && in _simple_getenv()
/xnu-8019.80.24/tests/
H A Dnet_bridge.c1704 u_int p_len; in switch_port_receive() local
1707 &p_len); in switch_port_receive()
1711 T_ASSERT_EQ(p_len, payload_length, in switch_port_receive()
1713 p_len, payload_length); in switch_port_receive()
/xnu-8019.80.24/bsd/net/
H A Dpf_norm.c3140 || pd->p_len > 0 || (th->th_flags & TH_SYN)) && in pf_normalize_tcp_stateful()
3171 if (pd->p_len > 0 && (src->scrub->pfss_flags & PFSS_DATA_TS)) { in pf_normalize_tcp_stateful()
3197 if (pd->p_len > 0 && src->scrub && (src->scrub->pfss_flags & in pf_normalize_tcp_stateful()
H A Dpf.c5432 u_int32_t ack = ntohl(th->th_seq) + pd->p_len; in pf_test_rule()
5759 s->src.seqhi = s->src.seqlo + pd->p_len + 1; in pf_test_rule()
7081 end = seq + pd->p_len; in pf_test_state_tcp()
7147 end = seq + pd->p_len; in pf_test_state_tcp()
7319 pd->p_len, ackskew, (*state)->packets[0], in pf_test_state_tcp()
7383 seq, orig_seq, ack, pd->p_len, ackskew, in pf_test_state_tcp()
9673 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test()
9674 if ((th.th_flags & TH_ACK) && pd.p_len == 0) { in pf_test()
10332 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test6()
H A Dpfvar.h1439 u_int32_t p_len; /* total length of payload */ member