Lines Matching defs:port
5005 newc->u.port.protocol = protocol;
5006 newc->u.port.low_port = low;
5007 newc->u.port.high_port = high;
5010 yyerror2("low port %d exceeds high port %d", low, high);
5023 prot2 = c->u.port.protocol;
5024 low2 = c->u.port.low_port;
5025 high2 = c->u.port.high_port;
5160 int define_ibendport_context(unsigned int port)
5178 if (port > 0xff || port == 0) {
5179 yyerror("Invalid ibendport port number, should be 0 < port < 256");
5203 newc->u.ibendport.port = port;
5215 port2 = c->u.ibendport.port;
5217 if (port == port2 &&
5220 yyerror2("duplicate ibendportcon entry for %s port %u",
5221 newc->u.ibendport.dev_name, port);