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

/freebsd-current/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c186 parse_protocol(const char *string, int *protop) argument
201 *protop = value;
209 *protop = protoent->p_proto;
/freebsd-current/crypto/heimdal/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
/freebsd-current/contrib/telnet/telnet/
H A Dcommands.c2826 * protop: pointer to an integer that should be filled in with
2851 * *protop: This will be filled in with appropriate protocol for
2858 sourceroute(struct addrinfo *ai, char *arg, unsigned char **cpp, int *lenp, int *protop, int *optp)
2913 *protop = IPPROTO_IPV6;
2934 *protop = IPPROTO_IP;
2849 sourceroute(struct addrinfo *ai, char *arg, unsigned char **cpp, int *lenp, int *protop, int *optp) argument
/freebsd-current/sbin/ipfw/
H A Dipfw2.c3723 add_proto0(ipfw_insn *cmd, char *av, u_char *protop) argument
3737 *protop = proto;
3742 add_proto(ipfw_insn *cmd, char *av, u_char *protop) argument
3756 return add_proto0(cmd, av, protop);
3758 *protop = proto;
3763 add_proto_compat(ipfw_insn *cmd, char *av, u_char *protop) argument
3777 return add_proto0(cmd, av, protop);
3779 *protop = proto;

Completed in 94 milliseconds