Searched refs:protos (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-9.3-release/contrib/libreadline/
H A Drlstdc.h33 # define PARAMS(protos) protos
35 # define PARAMS(protos) ()
H A Dtilde.h37 # define PARAMS(protos) protos
39 # define PARAMS(protos) ()
/freebsd-9.3-release/kerberos5/lib/libheimntlm/
H A DMakefile8 INCS= heimntlm.h heimntlm-protos.h
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dcdefs.h47 # define __P(protos) protos
52 # define __P(protos) ()
/freebsd-9.3-release/usr.bin/systat/
H A Dnetcmds.c69 int nports, nhosts, protos; variable
111 if (prefix(args, "protos"))
148 protos == TCP ? "tcp" : protos == UDP ? "udp" : 0);
172 protos = TCP | UDP;
174 protos = TCP;
176 protos = UDP;
180 return (protos);
187 if ((protos&TCP) == 0)
190 if ((protos
[all...]
H A Dnetstat.c156 protos = TCP|UDP;
185 if (protos&TCP) {
189 else if (protos&UDP) {
234 if (istcp && (protos&UDP)) {
256 if (protos&TCP) {
258 } else if (protos&UDP) {
266 if (idx == 1 && !(protos&UDP))
H A Dextern.h55 extern int protos;
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkdc.h94 #include <kdc-protos.h>
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dder.h97 #include <der-protos.h>
/freebsd-9.3-release/crypto/heimdal/lib/ntlm/
H A Dheimntlm.h122 #include <heimntlm-protos.h>
/freebsd-9.3-release/contrib/nvi/build/
H A Dport.h.in28 #define __P(protos) protos /* ANSI C prototypes */
30 #define __P(protos) () /* K&R C preprocessor */
/freebsd-9.3-release/contrib/gcc/
H A Dstub-objc.c120 tree ARG_UNUSED (protos))
127 tree ARG_UNUSED (protos))
253 tree ARG_UNUSED (protos))
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dhx509.h148 #include <hx509-protos.h>
/freebsd-9.3-release/kerberos5/lib/libkadm5clnt/
H A DMakefile10 kadm5-protos.h \
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto.c56 static TAILQ_HEAD(, proto) protos = TAILQ_HEAD_INITIALIZER(protos);
64 TAILQ_INSERT_HEAD(&protos, proto, prt_next);
68 TAILQ_INSERT_TAIL(&protos, proto, prt_next);
118 TAILQ_FOREACH(proto, &protos, prt_next) {
307 TAILQ_FOREACH(proto, &protos, prt_next) {
455 TAILQ_FOREACH(proto, &protos, prt_next) {
/freebsd-9.3-release/sbin/hastd/
H A Dproto.c57 static TAILQ_HEAD(, proto) protos = TAILQ_HEAD_INITIALIZER(protos);
65 TAILQ_INSERT_HEAD(&protos, proto, prt_next);
69 TAILQ_INSERT_TAIL(&protos, proto, prt_next);
119 TAILQ_FOREACH(proto, &protos, prt_next) {
337 TAILQ_FOREACH(proto, &protos, prt_next) {
/freebsd-9.3-release/kerberos5/lib/libhx509/
H A DMakefile10 hx509-protos.h \
24 hx509-protos.h \
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dhdb.h142 #include <hdb-protos.h>
/freebsd-9.3-release/kerberos5/lib/libhdb/
H A DMakefile9 hdb-protos.h \
/freebsd-9.3-release/usr.bin/sockstat/
H A Dsockstat.c78 static int *protos; /* protocols to use */ variable
79 static size_t numprotos; /* allocated size of protos[] */
150 if ((protos = malloc(sizeof(int) * proto_count)) == NULL)
173 protos[proto_index++] = proto_type;
725 protos[pindex] = prot->p_proto;
800 gather_inet(protos[i]);
/freebsd-9.3-release/sys/sys/
H A Dcdefs.h136 #define __P(protos) protos /* full-blown ANSI C */
154 #define __P(protos) () /* traditional C preprocessor */
/freebsd-9.3-release/sys/net/
H A Dif_sppp.h33 u_long protos; /* bitmask of protos that are started */ member in struct:slcp
H A Dif_spppsubr.c2189 sp->lcp.protos = 0;
2208 sp->lcp.protos = 0;
2724 /* Send Up events to all started protos. */
2726 if ((sp->lcp.protos & mask) && ((cps[i])->flags & CP_LCP) == 0)
2758 if ((sp->lcp.protos & mask) && ((cps[i])->flags & CP_LCP) == 0) {
2847 if ((sp->lcp.protos & mask) && (cps[i])->flags & CP_NCP)
3317 sp->lcp.protos |= (1 << IDX_IPCP);
3324 sp->lcp.protos &= ~(1 << IDX_IPCP);
3833 sp->lcp.protos |= (1 << IDX_IPV6CP);
3842 sp->lcp.protos
[all...]
/freebsd-9.3-release/contrib/traceroute/
H A Dtraceroute.c416 struct outproto protos[] = { variable in typeref:struct:outproto
463 struct outproto *proto = &protos[0];
1741 for (i = 0; protos[i].name != NULL; i++) {
1742 if (strcasecmp(protos[i].name, pname) == 0) {
1746 proto = &protos[i];
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrb5.h777 #include <krb5-protos.h>

Completed in 1011 milliseconds

12