Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c278 static void tcp_dooptions(struct tcpcb *, u_char *cp0 __counted_by(cnt0), int cnt0, struct tcphdr *,
6192 tcp_dooptions(struct tcpcb *tp, u_char *cp0 __counted_by(cnt0), int cnt0, struct tcphdr *th, in tcp_dooptions() argument
6198 u_char * const cpend = cp0 + cnt0; in tcp_dooptions()
6199 int cnt = cnt0; in tcp_dooptions()