Lines Matching refs:port
19 -P N Use port N (default ipv4 67, ipv6 547)
127 long port;
240 uint32_t port;
694 {"port" , strtou32 , (void*)&gconfig.port , "67"},
780 dbg("Opening listen socket on *:%d %s\n", gconfig.port, gconfig.interface);
797 addr6.sin6_port = htons(gconfig.port); //SERVER_PORT
829 dbg("Opening listen socket on *:%d %s\n", gconfig.port, gconfig.interface);
843 addr.sin_port = htons(gconfig.port); //SERVER_PORT
884 packet.udph.source = htons(gconfig.port); //SERVER_PORT
936 packet.udph.source = htons(gconfig.port);//SERVER_PORT
1637 gconfig.port = 547;
1654 if(TT.port) gconfig.port = TT.port;