Searched defs:inet6 (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | ndp.c | 579 int inet6, route; local 604 inet6 = socket(PF_INET6, SOCK_DGRAM, 0); 605 if (inet6 < 0) { 624 if (addr_func(inet6, &lifr, data) != 0) { 636 if (close(inet6) != 0) { 772 "-f", "inet6", (char *)0);
|
/illumos-gate/usr/src/man/man3socket/ |
H A D | Makefile | 100 inet6.3socket \ 210 inet6.3socket := LINKSRC = inet.3socket
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 6302 * Common to IPv4 and IPv6; inet6 indicates the type of socket. 6308 uchar_t *invalp, boolean_t inet6, boolean_t checkonly) 6357 if (!inet6) 6365 } else if (inet6) { 6418 * Common to IPv4 and IPv6; inet6 indicates the type of socket. 6424 uchar_t *invalp, boolean_t inet6, boolean_t checkonly) 6489 if (!inet6) 6307 ip_opt_set_multicast_group(conn_t *connp, t_scalar_t name, uchar_t *invalp, boolean_t inet6, boolean_t checkonly) argument 6423 ip_opt_set_multicast_sources(conn_t *connp, t_scalar_t name, uchar_t *invalp, boolean_t inet6, boolean_t checkonly) argument
|
Completed in 93 milliseconds