Searched refs:proto_udp (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dupnpc.c388 static const char proto_udp[4] = { 'U', 'D', 'P', 0}; local
396 b = b && ( (proto[i] == proto_udp[i])
397 || (proto[i] == (proto_udp[i] | 32)) );
399 return proto_udp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dupnpc.c388 static const char proto_udp[4] = { 'U', 'D', 'P', 0}; local
396 b = b && ( (proto[i] == proto_udp[i])
397 || (proto[i] == (proto_udp[i] | 32)) );
399 return proto_udp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dupnpc.c388 static const char proto_udp[4] = { 'U', 'D', 'P', 0}; local
396 b = b && ( (proto[i] == proto_udp[i])
397 || (proto[i] == (proto_udp[i] | 32)) );
399 return proto_udp;

Completed in 373 milliseconds