Lines Matching refs:port
14 #include "port.h"
29 int port;
32 printk(UM_KERN_ERR "port_init : channel type 'port' must "
33 "specify a port number\n");
37 port = strtoul(str, &end, 0);
39 printk(UM_KERN_ERR "port_init : couldn't parse port '%s'\n",
44 kern_data = port_data(port);
54 sprintf(data->dev, "%d", port);
99 .type = "port",
111 int port_listen_fd(int port)
127 addr.sin_port = htons(port);
171 OS_LIB_PATH "/uml/port-helper", NULL };