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

/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c2676 add_proto0(ipfw_insn *cmd, char *av, u_char *protop) argument
2690 *protop = proto;
2695 add_proto(ipfw_insn *cmd, char *av, u_char *protop) argument
2709 return add_proto0(cmd, av, protop);
2711 *protop = proto;
2716 add_proto_compat(ipfw_insn *cmd, char *av, u_char *protop) argument
2730 return add_proto0(cmd, av, protop);
2732 *protop = proto;
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dcommands.c2823 * protop: pointer to an integer that should be filled in with
2848 * *protop: This will be filled in with appropriate protocol for
2855 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp)
2910 *protop = IPPROTO_IPV6;
2931 *protop = IPPROTO_IP;
2846 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp) argument
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2514 * protop/optp:
2526 * The caller needs to pass return value (len), *cpp, *protop and *optp
2532 * *protop:
2542 int *protop,
2586 *protop = IPPROTO_IP;
2597 *protop = IPPROTO_IPV6;
2530 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *protop, int *optp) argument

Completed in 75 milliseconds