HomeSort by relevance Sort by last modified time
    Searched refs:lif_max (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
interface.h 81 uint_t lif_max; /* maximum IP message size */ member in struct:dhcp_lif_s
select.c 194 htons(dsmp->dsm_lif->lif_max - sizeof (struct udpiphdr)));
renew.c 480 htons(lif->lif_max - sizeof (struct udpiphdr)));
request.c 298 htons(dsmp->dsm_lif->lif_max - sizeof (struct udpiphdr)));
1106 if ((plp = recv_pkt(fd, lif->lif_max, B_FALSE)) == NULL)
    [all...]
interface.c 438 lif->lif_max = 1024;
440 lif->lif_max = lifr.lifr_mtu;
    [all...]
packet.c 160 uint_t mtu = lif->lif_max;
    [all...]

Completed in 120 milliseconds