OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protoname
(Results
1 - 3
of
3
) sorted by null
/external/apache-http/src/org/apache/http/message/
BasicLineParser.java
144
final String
protoname
= this.protocol.getProtocol();
local
145
final int protolength =
protoname
.length();
164
ok = (buffer.charAt(i+j) ==
protoname
.charAt(j));
240
final String
protoname
= this.protocol.getProtocol();
local
241
final int protolength =
protoname
.length();
266
ok = (buffer.charAt(index+j) ==
protoname
.charAt(j));
/external/tcpdump/
util-print.c
752
print_txt_line(netdissect_options *ndo, const char *
protoname
,
813
protoname
));
823
const char *
protoname
, const char **cmds, u_int flags)
880
for (pnp =
protoname
; *pnp != '\0'; pnp++)
900
idx < len && (eol = print_txt_line(ndo,
protoname
, "\n\t", pptr, idx, len)) != 0;
907
print_txt_line(ndo,
protoname
, ": ", pptr, 0, len);
/external/iptables/iptables/
xshared.c
74
const char *
protoname
= proto_to_name(proto, nolookup);
local
76
if (
protoname
)
77
return xtables_find_match(
protoname
, tryload, matches);
Completed in 470 milliseconds