HomeSort by: relevance | last modified time | path
    Searched defs:PORT (Results 1 - 15 of 15) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
s_apps.h 14 #define PORT "4433"
18 int do_server(int *accept_sock, const char *host, const char *port,
31 int init_client(int *sock, const char *host, const char *port,
  /src/regress/sys/arch/i386/ioperm/
ioperm.c 47 /* arbitrary port to test */
50 #define PORT (IO_TIMER1+TIMER_CNTR0)
53 inb(uint16_t port)
57 __asm __volatile("inb %1, %0" : "=a"(data) : "id"(port));
78 inb(PORT);
115 buf2[PORT / 8 / sizeof(unsigned long)] &=
116 ~(1 << (PORT % (8 * sizeof(unsigned long))));
133 buf2[PORT / 8 / sizeof(unsigned long)] |=
134 (1 << (PORT % (8 * sizeof(unsigned long))));
  /src/regress/sys/arch/i386/iopl/
iopl.c 48 /* arbitrary port to test */
51 #define PORT (IO_TIMER1+TIMER_CNTR0)
54 inb(uint16_t port)
58 __asm __volatile("inb %1, %0" : "=a"(data) : "id"(port));
79 inb(PORT);
  /src/external/bsd/libevent/dist/sample/
hello-world.c 4 connections on port 9995. When they arrive, it writes a short message to
31 static const int PORT = 9995;
59 sin.sin_port = htons(PORT);
  /src/sys/dev/ppbus/
ppbus_gpio.c 51 #define PORT(r, b, i) { PPBUS_R##r##TR, PPBUS_W##r##TR, b, i}
57 } ppbus_port[PPBUS_NPINS] = { /* parallel port wiring: */
58 PORT(C, 0, 1), /* 1: /C0 Output */
59 PORT(D, 0, 0), /* 2: D0 Output */
60 PORT(D, 1, 0), /* 3: D1 Output */
61 PORT(D, 2, 0), /* 4: D2 Output */
62 PORT(D, 3, 0), /* 5: D3 Output */
63 PORT(D, 4, 0), /* 6: D4 Output */
64 PORT(D, 5, 0), /* 7: D5 Output */
65 PORT(D, 6, 0), /* 8: D6 Output *
136 u_char port = ppbus_io(sc->sc_dev, ppbus_port[pin].rreg, NULL, 0, 0); local
145 u_char port = ppbus_io(sc->sc_dev, ppbus_port[pin].rreg, NULL, 0, 0); local
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/include/
s_apps.h 15 #define PORT "4433"
24 int do_server(int *accept_sock, const char *host, const char *port,
37 int init_client(int *sock, const char *host, const char *port,
  /src/crypto/external/bsd/openssl/dist/apps/include/
s_apps.h 15 #define PORT "4433"
20 int do_server(int *accept_sock, const char *host, const char *port,
33 int init_client(int *sock, const char *host, const char *port,
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
test-mini_inetd.c 40 #define PORT 8013
173 mini_inetd(htons(PORT), &s);
231 mini_inetd(htons(PORT), NULL);
  /src/external/mpl/bind/dist/bin/tests/system/pipelined/
pipequeries.c 57 #define PORT 5300
227 uint16_t port = PORT; local
234 result = isc_parse_uint16(&port,
237 fprintf(stderr, "bad port '%s'\n",
274 isc_sockaddr_fromin(&dstaddr, &inaddr, port);
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/ans7/
ans.py 28 Usage: python3 crafted_auth_v6.py <ip> <port>
29 Listens on [ip]:[port]
30 Forwards to legitimate auth server on [10.53.0.6]:[port]
57 PORT = int(sys.argv[2])
450 sock.bind((IP, PORT))
451 print(f"[*] Proxy on {IP}:{PORT} -> {IP}:{PORT}", flush=True)
467 fwd.sendto(data, ("10.53.0.6", PORT))
  /src/external/gpl3/gdb.old/dist/sim/bfin/
machs.c 54 /* Which device this routes to (name/port). */
56 /* Which device this routes from (name/port). */
68 const struct bfin_port_layout *port; member in struct:bfin_model_data
75 #define PORT(_dst, _dst_port, _src, _src_port) \
82 #define SIC(_s, _ip, _d, _op) PORT("bfin_sic", "int"#_ip"@"#_s, _d, _op)
721 /*PORT ("glue-or@1", "int", "bfin_dmac@0", "stat"),*/
722 PORT ("glue-or@1", "int", "bfin_dmar@0", "block"),
723 PORT ("glue-or@1", "int", "bfin_dmar@1", "block"),
724 PORT ("glue-or@1", "int", "bfin_dmar@0", "overflow"),
725 PORT ("glue-or@1", "int", "bfin_dmar@1", "overflow")
1439 const struct bfin_port_layout *port = &mdata->port[i]; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/bfin/
machs.c 54 /* Which device this routes to (name/port). */
56 /* Which device this routes from (name/port). */
68 const struct bfin_port_layout *port; member in struct:bfin_model_data
75 #define PORT(_dst, _dst_port, _src, _src_port) \
82 #define SIC(_s, _ip, _d, _op) PORT("bfin_sic", "int"#_ip"@"#_s, _d, _op)
721 /*PORT ("glue-or@1", "int", "bfin_dmac@0", "stat"),*/
722 PORT ("glue-or@1", "int", "bfin_dmar@0", "block"),
723 PORT ("glue-or@1", "int", "bfin_dmar@1", "block"),
724 PORT ("glue-or@1", "int", "bfin_dmar@0", "overflow"),
725 PORT ("glue-or@1", "int", "bfin_dmar@1", "overflow")
1439 const struct bfin_port_layout *port = &mdata->port[i]; local
    [all...]
  /src/external/mpl/bind/dist/bin/tools/
mdig.c 79 #define PORT 53
116 static in_port_t port = 53; variable
807 " -b address[#port] (bind to source "
808 "address/port)\n"
809 " -p port (specify port number)\n"
1734 "port number");
1767 result = parse_uint(&num, value, MAXPORT, "port number");
1768 CHECKM("parse_uint(port)", result);
1769 port = num
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 175 PORT = 371,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 179 PORT = 371,

Completed in 21 milliseconds