HomeSort by relevance Sort by last modified time
    Searched refs:NET (Results 1 - 25 of 27) sorted by null

1 2

  /external/libpcap/
grammar.h 52 NET = 262,
174 #define NET 262
grammar.y 81 #include <net/if.h>
82 #include <net/pfvar.h>
83 #include <net/if_pflog.h>
303 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
480 | NET { $$ = Q_NET; }
grammar.c 127 #include <net/if.h>
128 #include <net/pfvar.h>
129 #include <net/if_pflog.h>
355 NET = 262,
477 #define NET 262
968 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET",
    [all...]
scanner.l 295 net return NET;
scanner.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DlgDDK.mak 4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
DlgMS.mak 4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 270 "net/internal/socktest": {"L4", "OS", "syscall", "internal/syscall/windows"},
271 "net/url": {"L4"},
283 "L4", "OS", "net/url", "text/template/parse",
307 // Because net must be used by any package that wants to
309 "net": {
314 "golang_org/x/net/lif", "golang_org/x/net/route",
317 // NET enables use of basic network-related packages.
318 "NET": {
319 "net",
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 270 "net/internal/socktest": {"L4", "OS", "syscall", "internal/syscall/windows"},
271 "net/url": {"L4"},
283 "L4", "OS", "net/url", "text/template/parse",
307 // Because net must be used by any package that wants to
309 "net": {
314 "golang_org/x/net/lif", "golang_org/x/net/route",
317 // NET enables use of basic network-related packages.
318 "NET": {
319 "net",
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
AntlrDDK.mak 4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
AntlrMS.mak 4 # LIB="C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/lib;c:/Microsoft Visual Studio .NET 2003/Vc7/PlatformSDK/Lib"
  /external/curl/projects/
build-openssl.bat 46 set "VC_PATH=Microsoft Visual Studio .NET\Vc7"
50 set "VC_PATH=Microsoft Visual Studio .NET 2003\Vc7"
311 echo vc7 - Use Visual Studio .NET
312 echo vc7.1 - Use Visual Studio .NET 2003
generate.bat 407 echo vc7 - Use Visual Studio .NET
408 echo vc7.1 - Use Visual Studio .NET 2003
  /prebuilts/go/darwin-x86/src/net/http/httptest/
httptest.go 14 "net/http"
40 // the NewRequest function in the net/http package.
73 // 192.0.2.0/24 is "TEST-NET" in RFC 5737 for use solely in
  /prebuilts/go/linux-x86/src/net/http/httptest/
httptest.go 14 "net/http"
40 // the NewRequest function in the net/http package.
73 // 192.0.2.0/24 is "TEST-NET" in RFC 5737 for use solely in
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorUtil.cs 44 /// Equivalent to Func[TInput, int, TOutput] but usable in .NET 2.0. Only used to convert
FileDescriptor.cs 135 /// be equivalent to the .NET namespace of the generated classes.
  /toolchain/binutils/binutils-2.27/opcodes/
arc-nps400-tbl.h 373 { "dctcp", 0x382f0000, 0xf8ff803f, ARC_OPCODE_ARC700, NET, NPS400, { RB, RC }, { 0 }},
376 { "dcip", 0x38290000, 0xf8ff8000, ARC_OPCODE_ARC700, NET, NPS400, { RA, RB, RC }, { 0 }},
379 { "dcet", 0x382f0002, 0xf8ff803f, ARC_OPCODE_ARC700, NET, NPS400, { RB, RC }, { 0 }},
382 { "dcet", 0x38200000, 0xf8ff8000, ARC_OPCODE_ARC700, NET, NPS400, { RA, RB, RC }, { 0 }},
  /toolchain/binutils/binutils-2.27/include/opcode/
arc.h 56 NET,
  /external/icu/icu4c/source/data/
makedata.mak 44 # need to nuke \\ for .NET...
56 # In case the first one didn't do it, try this one. .NET would do the second one.
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 954 // (?<name>expr) the .NET alteration, adopted by Perl 5.10
955 // (?'name'expr) another .NET alteration, adopted by Perl 5.10
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 954 // (?<name>expr) the .NET alteration, adopted by Perl 5.10
955 // (?'name'expr) another .NET alteration, adopted by Perl 5.10
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 119 /// Win32 version of .NET's ICloneable
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix_test.go 7 package net package
439 "hostname.as112.net", // see RFC 7534
449 "hostname.as112.net", // see RFC 7534
482 case "hostname.as112.net.":
499 case "hostname.as112.net.":
755 "nameserver 203.0.113.254", // use TEST-NET-3 block, see RFC 5737
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix_test.go 7 package net package
439 "hostname.as112.net", // see RFC 7534
449 "hostname.as112.net", // see RFC 7534
482 case "hostname.as112.net.":
499 case "hostname.as112.net.":
755 "nameserver 203.0.113.254", // use TEST-NET-3 block, see RFC 5737

Completed in 1210 milliseconds

1 2