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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Ddefs.h125 #define IPV6_MAX_PACKET 65535 /* maximum IPv6 packet size */ macro
H A Dmain.c181 * smaller than IPV6_MAX_PACKET octets due to (at least) the IPv6 and
182 * UDP headers but IPV6_MAX_PACKET is a convenient size.
184 packet = (char *)malloc(IPV6_MAX_PACKET);
197 control = (char *)malloc(IPV6_MAX_PACKET);
H A Dinput.c80 iov.iov_len = IPV6_MAX_PACKET;
86 rmsg.msg_controllen = IPV6_MAX_PACKET;

Completed in 177 milliseconds