Lines Matching refs:port
15 #include "port.h"
30 int port;
33 printk(UM_KERN_ERR "port_init : channel type 'port' must "
34 "specify a port number\n");
38 port = strtoul(str, &end, 0);
40 printk(UM_KERN_ERR "port_init : couldn't parse port '%s'\n",
45 kern_data = port_data(port);
55 sprintf(data->dev, "%d", port);
100 .type = "port",
112 int port_listen_fd(int port)
128 addr.sin_port = htons(port);
173 OS_LIB_PATH "/uml/port-helper", NULL };
185 printk(UM_KERN_ERR "port_connection : error accessing port-helper "
189 "variable to path to uml-utilities port-helper "