Searched refs:protop (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/usr.bin/getaddrinfo/ |
| HD | getaddrinfo.c | 187 parse_protocol(const char *string, int *protop) in parse_protocol() argument 202 *protop = value; in parse_protocol() 210 *protop = protoent->p_proto; in parse_protocol()
|
| /freebsd-14-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | commands.c | 2512 int *protop, in sourceroute() argument 2556 *protop = IPPROTO_IP; in sourceroute() 2567 *protop = IPPROTO_IPV6; in sourceroute()
|
| /freebsd-14-stable/sbin/ipfw/ |
| HD | ipfw2.c | 3730 add_proto0(ipfw_insn *cmd, char *av, u_char *protop) in add_proto0() argument 3744 *protop = proto; in add_proto0() 3749 add_proto(ipfw_insn *cmd, char *av, u_char *protop) in add_proto() argument 3763 return add_proto0(cmd, av, protop); in add_proto() 3765 *protop = proto; in add_proto() 3770 add_proto_compat(ipfw_insn *cmd, char *av, u_char *protop) in add_proto_compat() argument 3784 return add_proto0(cmd, av, protop); in add_proto_compat() 3786 *protop = proto; in add_proto_compat()
|
| /freebsd-14-stable/contrib/telnet/telnet/ |
| HD | commands.c | 2849 sourceroute(struct addrinfo *ai, char *arg, unsigned char **cpp, int *lenp, int *protop, int *optp) in sourceroute() argument 2904 *protop = IPPROTO_IPV6; in sourceroute() 2925 *protop = IPPROTO_IP; in sourceroute()
|