Searched refs:alias (Results 201 - 225 of 233) sorted by relevance

12345678910

/freebsd-11.0-release/sys/netinet/libalias/
H A Dalias.c28 __FBSDID("$FreeBSD: releng/11.0/sys/netinet/libalias/alias.c 259865 2013-12-25 09:43:51Z glebius $");
62 - Improved ICMP support in alias.c. Traceroute
65 alias.c and now allows for additional 1 minute
137 #include <netinet/libalias/alias.h>
142 #include "alias.h"
154 SYSCTL_NODE(_net_inet_ip, OID_AUTO, alias, CTLFLAG_RW, NULL, "Libalias sysctl API");
249 is used: the ID number is replaced by an alias for the outgoing
298 De-alias incoming echo and timestamp replies.
395 /* Un-alias address in IP header */
400 /* Un-alias addres
[all...]
H A Dalias_db.c39 source and destination port numbers, as well as an alias
80 'alias' keyword). (ee)
82 Added ability to create an alias port without
95 SetAliasAddress() will now clean up alias links
102 (192.168.0.1, port 23) <-> alias port 6002, unknown dest addr/port
104 (192.168.0.2, port 21) <-> alias port 3604, known dest addr
139 except that the alias port (from FindNewPortGroup) is provided
167 #include <netinet/libalias/alias.h>
172 #include "alias.h"
251 the link chains. On input, the lookup table indexes on alias
[all...]
H A Dalias_sctp.c81 #include <netinet/libalias/alias.h>
88 #include "alias.h"
327 /** @brief net.inet.ip.alias.sctp.log_level */
329 /** @brief net.inet.ip.alias.sctp.init_timer */
331 /** @brief net.inet.ip.alias.sctp.up_timer */
333 /** @brief net.inet.ip.alias.sctp.shutdown_timer */
335 /** @brief net.inet.ip.alias.sctp.holddown_timer */
337 /** @brief net.inet.ip.alias.sctp.hashtable_size */
339 /** @brief net.inet.ip.alias.sctp.error_on_ootb */
344 /** @brief net.inet.ip.alias
[all...]
/freebsd-11.0-release/share/mk/
H A Dsrc.libnames.mk57 alias \
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.exec.c448 * If there is an alias for shell, then put the words of the alias in
939 alias(lexp);
948 /* handle quoted alias hack */
1094 /* first, look for an alias */
H A Dsh.exp.c970 alias(&paraml1);
H A Dsh.glob.c782 alias(&paraml);
H A Dsh.c2098 alias(&paraml);
/freebsd-11.0-release/crypto/openssl/crypto/objects/
H A Dobjects.h986 int alias; member in struct:obj_name_st
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp561 KEYWORD(alias);
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.h390 virtual bool alias(RegisterRef RA, RegisterRef RB) const;
/freebsd-11.0-release/contrib/gcc/
H A Dtoplev.c764 else if (node->alias)
H A Drtl.h148 HOST_WIDE_INT alias; /* Memory alias set. */
249 /* 1 in a MEM if we should keep the alias set for this mem unchanged
1118 /* 1 if RTX is a mem and we should keep the alias set for this mem
1170 /* For a MEM rtx, the alias set. If 0, this MEM is not in any alias
1171 set, and may alias anything. Otherwise, the MEM can only alias
1172 MEMs in a conflicting alias set. This value is set in a
1176 #define MEM_ALIAS_SET(RTX) (MEM_ATTRS (RTX) == 0 ? 0 : MEM_ATTRS (RTX)->alias)
147 HOST_WIDE_INT alias; /* Memory alias set. */ local
[all...]
/freebsd-11.0-release/sbin/ipfw/
H A Dnat.c46 #include <alias.h>
/freebsd-11.0-release/contrib/sendmail/src/
H A Drecipient.c144 ** This is typically the alias that caused this
148 ** aliaslevel -- the current alias nesting depth -- to
443 ** aliaslevel -- the current alias nesting depth.
914 alias(new, sendq, aliaslevel, e);
1389 ** aliaslevel -- the alias nesting depth.
1730 /* if no controlling user or coming from an alias delivery */
2009 ** QSELFREF in recipient(), which in turn will disable alias()
2015 ** alias->sendtolist->recipient->alias
2016 ** 2) normally, when we return back to alias(), th
[all...]
H A Dsendmail.h291 #define QALIAS 0x00004000 /* expanded alias */
451 #define M_ALIASABLE 'A' /* user can be LHS of an alias */
1318 #define MF_ALIAS 0x00000080 /* this is an alias file */
1322 #define MF_ALIASWAIT 0x00000800 /* alias map in aliaswait state */
1377 #define MCF_REBUILDABLE 0x0004 /* can rebuild alias files */
1412 char *lad_name; /* name of LDAP alias dereferencing method */
1533 char *sv_alias; /* alias */
1563 #define ST_ALIAS 4 /* an alias */
1642 #define MD_INITALIAS 'i' /* initialize alias database */
1743 #define PRIV_RESTRICTEXPAND 0x00040000 /* restrict alias/forwar
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1126 // Otherwise we need to check whether there's an alias.
1139 return !AA->alias(MemoryLocation(V1, End1, Load->getAAInfo()),
/freebsd-11.0-release/bin/sh/
H A Dparser.c57 #include "alias.h"
821 struct alias *ap;
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c41 #include <netinet/libalias/alias.h>
115 /* ...using nic 'ifp->if_xname' as dynamic alias address. */
/freebsd-11.0-release/sbin/natd/
H A Dnatd.c36 #include <alias.h>
206 errx (1, "both alias address and interface "
370 * Set alias address if it has been given.
593 * Update alias overhead size for outgoing packets.
751 * Update alias overhead size for outgoing packets.
1092 "alias only unregistered addresses",
/freebsd-11.0-release/crypto/openssl/crypto/x509/
H A Dx509.h265 ASN1_UTF8STRING *alias; /* "friendly name" */ member in struct:x509_cert_aux_st
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp149 // For now, ignore PseudoSourceValues which may alias LLVM IR values
541 // For now, ignore PseudoSourceValues which may alias LLVM IR values
629 AA->alias(MemoryLocation(MMOa->getValue(), Overlapa,
852 // separately the known memory locations that may alias and those
853 // that are known not to alias
954 // TODO: Use an AliasAnalysis and do real alias-analysis queries, and
959 // references, even those that are known to not alias.
1092 // Add dependence on alias chain, if needed.
1147 // Add dependencies on alias and barrier chains, if needed.
/freebsd-11.0-release/usr.sbin/ppp/
H A Dipcp.c54 #include "alias.h"
56 #include <alias.h>
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp634 return AA->alias(AObj, DL.getTypeStoreSize(AObj->getType()),
3382 DEBUG(dbgs() << "can't analyze may or partial alias\n");
3386 DEBUG(dbgs() << "no alias\n");
3389 break; // The underlying objects alias; test accesses for dependence.
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp92 // Limit the number of alias checks. The limit is chosen so that
96 // Another limit for the alias checks: The maximum distance between load/store
97 // instructions where alias checks are done.
549 // Do the alias check.
550 aliased = AA->alias(Loc1, Loc2);
559 /// Cache for alias results.
3019 // (instead of counting all alias checks). This gives a better
3042 // MaxMemDepDistance let us stop alias-checking at i3 and we add

Completed in 400 milliseconds

12345678910