Lines Matching defs:prot
60 static int sv_body(int s, int stype, int prot, unsigned char *context);
61 static int www_body(int s, int stype, int prot, unsigned char *context);
62 static int rev_body(int s, int stype, int prot, unsigned char *context);
1091 "Cannot supply both a protocol flag and '-no_<prot>'\n");
2326 static int sv_body(int s, int stype, int prot, unsigned char *context)
2341 int isdtls = (stype == SOCK_DGRAM || prot == IPPROTO_SCTP);
2382 if (prot == IPPROTO_SCTP)
2423 if (prot != IPPROTO_SCTP)
3033 static int www_body(int s, int stype, int prot, unsigned char *context)
3489 static int rev_body(int s, int stype, int prot, unsigned char *context)