Lines Matching full:activate
162 /** activate a port */
163 activate_func *activate; member
250 return (port->activate(port)); in inet_activate()
500 * Activate an IPv4 socket.
502 * \param sock thhe socket to activate
739 * Activate an IPv6 socket.
741 * \param sock thhe socket to activate
1064 port->activate = ipv4_activate; in inet_create()
1070 port->activate = ipv6_activate; in inet_create()
1076 port->activate = ipv6_activate; in inet_create()
1082 port->activate = dns_activate; in inet_create()