Searched refs:proto (Results 126 - 150 of 462) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ntp/libopts/
H A DMakefile.am21 pgusage.c proto.h putshell.c \
/freebsd-10.0-release/contrib/ntp/sntp/libopts/
H A DMakefile.am21 pgusage.c proto.h putshell.c \
/freebsd-10.0-release/crypto/heimdal/appl/test/
H A Dnt_gss_client.c46 proto (int sock, const char *hostname, const char *service) function
166 return client_doit (argv[argc], port, service, proto);
H A Dtcp_server.c40 proto (int sock, const char *service) function
160 return proto (STDIN_FILENO, service);
/freebsd-10.0-release/sys/netinet6/
H A Din6_gif.c107 int error, len, proto; local
125 proto = IPPROTO_IPV4;
140 proto = IPPROTO_IPV6;
152 proto = IPPROTO_ETHERIP;
216 ip6->ip6_nxt = proto;
288 in6_gif_input(struct mbuf **mp, int *offp, int proto) argument
316 switch (proto) {
432 gif_encapcheck6(const struct mbuf *m, int off, int proto, void *arg) argument
H A Droute6.c55 * proto - is unused
59 route6_input(struct mbuf **mp, int *offp, int proto) argument
/freebsd-10.0-release/usr.sbin/ppp/
H A Dccp.c51 #include "proto.h"
111 protoname(int proto) argument
136 if (proto < 0 || (unsigned)proto > sizeof cftypes / sizeof *cftypes ||
137 cftypes[proto] == NULL) {
138 if (proto == -1)
140 return HexStr(proto, NULL, 0);
143 return cftypes[proto];
719 int pri, u_short *proto)
721 if (PROTO_COMPRESSIBLE(*proto)) {
718 ccp_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp, int pri, u_short *proto) argument
748 ccp_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, u_short *proto) argument
[all...]
H A Dtcpmss.c172 struct mbuf *bp, int pri __unused, u_short *proto __unused)
179 struct mbuf *bp, u_short *proto __unused)
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-isakmp.c120 u_int32_t doi, u_int32_t proto,
768 u_int32_t proto, int depth _U_)
784 switch (proto) {
837 u_int32_t proto _U_, int depth _U_)
861 u_int32_t proto _U_, int depth _U_)
891 ND_PRINT((ndo," [phase=%d doi=%d proto=%d]", phase, doi, proto));
1105 u_int32_t proto _U_, int depth _U_)
1129 u_int32_t proto _U_, int depth _U_)
1155 u_int32_t proto _U
765 ikev1_t_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto, int depth _U_) argument
1189 u_int32_t proto; local
1330 u_int32_t proto; local
2026 ikev2_e_print(netdissect_options *ndo, _U_ struct isakmp *base, u_char tpay, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep _U_, _U_ u_int32_t phase, _U_ u_int32_t doi, _U_ u_int32_t proto, _U_ int depth) argument
2117 ike_sub0_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2158 ikev1_sub_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2294 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, int pcount, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2345 ikev2_sub_print(netdissect_options *ndo, struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
[all...]
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipmon.c494 char *portlocalname(res, proto, port)
496 char *proto;
508 if (!strcmp(proto, "tcp"))
510 else if (!strcmp(proto, "udp"))
670 char *proto; local
793 proto = getlocalproto(nl->nl_p[0]);
799 portlocalname(res, proto, (u_int)nl->nl_osrcport));
802 portlocalname(res, proto, (u_int)nl->nl_nsrcport));
805 portlocalname(res, proto, (u_int)nl->nl_odstport));
808 portlocalname(res, proto, (u_in
857 char *t, *proto; local
1072 char *t, *proto; local
[all...]
/freebsd-10.0-release/release/picobsd/tinyware/ns/
H A Dns.c81 fprintf(stderr, "\n%s [-nrsil] [-p proto] [-w wait]\n", progname);
82 fprintf(stderr, " proto: {ip|tcp|udp|icmp}\n\n");
237 print_routing(char *proto) argument
697 stats(char *proto) argument
702 if (proto == NULL) {
707 if (strcmp(proto, "ip") == 0)
709 if (strcmp(proto, "icmp") == 0)
711 if (strcmp(proto, "udp") == 0)
713 if (strcmp(proto, "tcp") == 0)
728 char *proto local
[all...]
/freebsd-10.0-release/sys/rpc/
H A Drpc_generic.c120 __rpc_get_t_size(int af, int proto, int size) argument
124 switch (proto) {
188 int type, proto; local
217 proto = IPPROTO_TCP;
219 proto = IPPROTO_UDP;
223 proto = 0;
226 sip->si_proto = proto;
790 int proto, portrange, portlow; local
809 proto = IPPROTO_IP;
817 proto
[all...]
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c578 if (code == ICMP6_UNREACH_RST && args->f_id.proto == IPPROTO_TCP) {
634 } else if (args->f_id.proto == IPPROTO_TCP) {
667 return cred_check(insn, proto, oif,
703 if (id->proto == IPPROTO_TCP) {
706 } else if (id->proto == IPPROTO_UDP) {
932 * proto The protocol. Set to 0 for non-ip packets,
934 * proto != 0 means that we have an IPv4 packet.
942 uint8_t proto; local
983 proto = args->f_id.proto
[all...]
/freebsd-10.0-release/usr.bin/netstat/
H A Dinet.c92 pcblist_sysctl(int proto, const char *name, char **bufp, int istcp __unused) argument
98 switch (proto) {
154 struct protosw proto; local
165 if (kread((uintptr_t)so->so_proto, &proto, sizeof(proto)) != 0)
167 xso->xso_protocol = proto.pr_protocol;
168 if (kread((uintptr_t)proto.pr_domain, &domain, sizeof(domain)) != 0)
303 protopr(u_long off, const char *name, int af1, int proto) argument
316 switch (proto) {
343 if (!pcblist_sysctl(proto, nam
1249 inetprint(struct in_addr *in, int port, const char *proto, int num_port) argument
[all...]
/freebsd-10.0-release/contrib/expat/examples/
H A Doutline.c29 #include <proto/expat.h>
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dparseipfexpr.c243 char proto[4]; local
246 strncpy(proto, ops, 3);
247 proto[3] = '\0';
248 if (getport(NULL, s, &port, proto) == -1)
/freebsd-10.0-release/contrib/wpa/src/l2_packet/
H A Dl2_packet_none.c37 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, argument
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h176 * proto - Bitfield of allowed protocols, WPA_PROTO_*
178 int proto; member in struct:wpa_ssid
308 * following network block options: proto=WPA, key_mgmt=WPA-NONE,
/freebsd-10.0-release/sbin/hastctl/
H A DMakefile16 SRCS+= proto.c proto_common.c proto_uds.c
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias_mod.h82 uint8_t proto; /* Working protocol. */ member in struct:proto_handler
/freebsd-10.0-release/sys/netipsec/
H A Dipsec6.h69 extern int ipsec6_common_input(struct mbuf **mp, int *offp, int proto);
/freebsd-10.0-release/sys/nfsclient/
H A Dnfsargs.h48 int proto; /* and Protocol */ member in struct:nfs_args
/freebsd-10.0-release/sys/ofed/include/linux/mlx4/
H A Ddriver.h79 void *mlx4_get_protocol_dev(struct mlx4_dev *dev, enum mlx4_protocol proto, int port);
/freebsd-10.0-release/usr.bin/csup/
H A DMakefile22 proto.c \
/freebsd-10.0-release/usr.sbin/auditdistd/
H A DMakefile18 SRCS+= proto.c proto_common.c proto_socketpair.c proto_tcp.c proto_tls.c

Completed in 282 milliseconds

1234567891011>>