Lines Matching full:activate
162 /** activate a port */
163 activate_func *activate; member
250 return (port->activate(port)); in inet_activate()
502 * Activate an IPv4 socket.
504 * \param sock thhe socket to activate
741 * Activate an IPv6 socket.
743 * \param sock thhe socket to activate
1066 port->activate = ipv4_activate; in inet_create()
1072 port->activate = ipv6_activate; in inet_create()
1078 port->activate = ipv6_activate; in inet_create()
1084 port->activate = dns_activate; in inet_create()