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

/macosx-10.10.1/netcat-22/
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.10.1/curl-83.1.2/curl/lib/
H A Dfile.c123 conn->data->req.protop = calloc(1, sizeof(struct FILEPROTO));
124 if(!conn->data->req.protop)
193 struct FILEPROTO *file = data->req.protop;
254 struct FILEPROTO *file = conn->data->req.protop;
272 struct FILEPROTO *file = conn->data->req.protop;
294 struct FILEPROTO *file = conn->data->req.protop;
442 file = conn->data->req.protop;
H A Dtelnet.c250 conn->data->req.protop = tn; /* make us known */
295 struct TELNET *tn = (struct TELNET *) conn->data->req.protop;
369 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
443 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
491 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
533 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
607 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
667 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
828 struct TELNET *tn = (struct TELNET *)conn->data->req.protop;
938 struct TELNET *tn = (struct TELNET *)data->req.protop;
[all...]
H A Dhttp_proxy.c69 prot_save = conn->data->req.protop;
71 conn->data->req.protop = &http_proxy;
75 conn->data->req.protop = prot_save;
H A Dopenldap.c382 data->req.protop = lr;
391 ldapreqinfo *lr = conn->data->req.protop;
402 conn->data->req.protop = NULL;
413 ldapreqinfo *lr = data->req.protop;
H A Drtsp.c132 conn->data->req.protop = rtsp = calloc(1, sizeof(struct RTSP));
203 struct RTSP *rtsp = data->req.protop;
239 struct RTSP *rtsp = data->req.protop;
753 struct RTSP *rtsp = data->req.protop;
H A Dimap.c276 struct IMAP *imap = conn->data->req.protop;
660 struct IMAP *imap = data->req.protop;
695 struct IMAP *imap = data->req.protop;
734 struct IMAP *imap = conn->data->req.protop;
768 struct IMAP *imap = conn->data->req.protop;
809 struct IMAP *imap = conn->data->req.protop;
1453 struct IMAP *imap = conn->data->req.protop;
1851 imap = data->req.protop = calloc(sizeof(struct IMAP), 1);
1929 struct IMAP *imap = data->req.protop;
1996 struct IMAP *imap = data->req.protop;
[all...]
H A Dsmtp.c525 struct SMTP *smtp = data->req.protop;
632 struct SMTP *smtp = data->req.protop;
1252 struct SMTP *smtp = data->req.protop;
1318 struct SMTP *smtp = data->req.protop;
1558 smtp = data->req.protop = calloc(sizeof(struct SMTP), 1);
1637 struct SMTP *smtp = data->req.protop;
1717 struct SMTP *smtp = data->req.protop;
1814 struct SMTP *smtp = conn->data->req.protop;
2011 struct SMTP *smtp = data->req.protop;
2117 struct SMTP *smtp = data->req.protop;
[all...]
H A Dftp.c492 struct FTP *ftp = data->req.protop;
836 struct FTP *ftp = conn->data->req.protop;
1390 struct FTP *ftp = conn->data->req.protop;
1433 struct FTP *ftp = conn->data->req.protop;
1454 struct FTP *ftp = conn->data->req.protop;
1565 struct FTP *ftp = conn->data->req.protop;
1622 struct FTP *ftp = conn->data->req.protop;
1720 struct FTP *ftp = data->req.protop;
1872 struct FTP *ftp_save = data->req.protop;
1874 data->req.protop
[all...]
H A Durl.c3741 const char *protop = ""; local
3803 protop = "file"; /* protocol string */
3843 protop = "ftp";
3845 protop = "DICT";
3847 protop = "LDAP";
3849 protop = "IMAP";
3851 protop = "smtp";
3853 protop = "pop3";
3855 protop = "http";
3861 protop
4270 const char *protop = conn->handler->scheme; local
[all...]
H A Dpop3.c592 struct POP3 *pop3 = data->req.protop;
1310 struct POP3 *pop3 = data->req.protop;
1517 pop3 = data->req.protop = calloc(sizeof(struct POP3), 1);
1592 struct POP3 *pop3 = data->req.protop;
1630 struct POP3 *pop3 = conn->data->req.protop;
1909 struct POP3 *pop3 = data->req.protop;
1926 struct POP3 *pop3 = data->req.protop;
H A Dhttp.c158 DEBUGASSERT(conn->data->req.protop == NULL);
160 conn->data->req.protop = calloc(1, sizeof(struct HTTP));
161 if(!conn->data->req.protop)
376 struct HTTP *http = data->req.protop;
987 struct HTTP *http = conn->data->req.protop;
1058 struct HTTP *http = conn->data->req.protop;
1442 struct HTTP *http =data->req.protop;
1776 http = data->req.protop;
H A Dtransfer.c103 const struct HTTP *http = data->req.protop;
840 struct HTTP *http = data->req.protop;
1899 struct HTTP *http = data->req.protop;
1960 struct HTTP *http = data->req.protop;
H A Dssh.c689 struct SSHPROTO *sftp_scp = data->req.protop;
2721 conn->data->req.protop = ssh = calloc(1, sizeof(struct SSHPROTO));
2745 if(!data->req.protop)
2901 Curl_safefree(conn->data->req.protop);
2919 struct SSHPROTO *sftp_scp = conn->data->req.protop;
3066 Curl_safefree(conn->data->req.protop);
H A Durldata.h716 void *protop; /* Allocated protocol-specific data. Each protocol member in struct:SingleRequest
/macosx-10.10.1/Heimdal-398.1.2/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.10.1/remote_cmds-47/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 227 milliseconds