NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ip_optlen
sys/netinet/ip_var.h
218
u_int ip_optlen(struct inpcb *);
sys/netinet/tcp_output.c
320
optlen += ip_optlen(inp);
sys/netinet/tcp_subr.c
1771
mss -= ip_optlen(tp->t_inpcb);