Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dip_input.c2809 struct ip_timestamp *__single ipt; in ip_dooptions() local
3007 ipt = (struct ip_timestamp *)(void *)cp; in ip_dooptions()
3008 if (ipt->ipt_len < 4 || ipt->ipt_len > 40) { in ip_dooptions()
3013 if (ipt->ipt_ptr < 5) { in ip_dooptions()
3018 if (ipt->ipt_ptr > in ip_dooptions()
3020 if (++ipt->ipt_oflw == 0) { in ip_dooptions()
3028 switch (ipt->ipt_flg) { in ip_dooptions()
3033 if (ipt->ipt_ptr - 1 + sizeof(n_time) + in ip_dooptions()
3049 ipt->ipt_ptr += sizeof(struct in_addr); in ip_dooptions()
3055 if (ipt->ipt_ptr - 1 + sizeof(n_time) + in ip_dooptions()
[all …]