Searched defs:inet (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c247 * collection of replies should stop. Used in inet() calls.
290 * were, 0 otherwise. Used in inet() calls.
317 inet(uint32_t size, struct in_addr *src, struct in_addr *dest, uint32_t tries, function
643 (void) inet(pkt_size, &ours, &nets, 0, 0L);
702 return (inet(pkt_size, &ours, &nets, DHCP_RETRIES, DHCP_WAIT));
830 if ((err = inet(pkt_size, &ours, &nets, 4, (time_t)2L)) != 0)
/illumos-gate/usr/src/man/man3head/
H A DMakefile44 inet.h.3head \
133 inet.3head \
222 inet.3head := LINKSRC = inet.h.3head

Completed in 63 milliseconds