Home
last modified time | relevance | path

Searched refs:put_method (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_socks.c33 static void put_method(char *cp, int method);
97 put_method(cp, buf[2 + i]);
201 put_method(cp, buf[2 + i]);
281 put_method(cp, buf[1]);
319 put_method(cp, buf[1]);
342 put_method(char *cp, int method) in put_method() function