Searched refs:protop (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/netcat-20/
H A Dsourceroute.c74 * protop: pointer to an integer that should be filled in with
99 * *protop: This will be filled in with appropriate protocol for
106 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp) argument
159 *protop = IPPROTO_IPV6;
180 *protop = IPPROTO_IP;
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Durl.c3664 const char *protop; local
3726 protop = "file"; /* protocol string */
3766 protop = "ftp";
3768 protop = "DICT";
3770 protop = "LDAP";
3772 protop = "IMAP";
3774 protop = "http";
3780 protop = protobuf;
3919 * protop is A
3924 return findprotocol(data, conn, protop);
4104 const char *protop = conn->handler->scheme; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c2493 * protop/optp:
2505 * The caller needs to pass return value (len), *cpp, *protop and *optp
2511 * *protop:
2521 int *protop,
2565 *protop = IPPROTO_IP;
2576 *protop = IPPROTO_IPV6;
2509 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *protop, int *optp) argument
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c2853 * protop: pointer to an integer that should be filled in with
2878 * *protop: This will be filled in with appropriate protocol for
2885 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp)
2938 *protop = IPPROTO_IPV6;
2959 *protop = IPPROTO_IP;
2876 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp) argument

Completed in 115 milliseconds