Searched refs:port (Results 51 - 75 of 982) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dmain.c42 int port; local
45 port = 11371;
57 port = atoi(optarg);
64 if (hkpc_get(&res, server, port, family, argv[optind], argv[i]) >= 0) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in25 port 5300;
42 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/inline/ns5/
H A Dnamed.conf.pre23 controls { inet 10.53.0.5 port 9953 allow { any; } keys { rndc_key; }; };
29 port 5300;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/in_1/
H A Dsrv_33.h35 isc_uint16_t port; member in struct:dns_rdata_in_srv
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPRebind.h26 int port) const = 0;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mt/
H A Drelocs1.s2 ;; by the mrisc port. (Ok, so there's only one so far. :P)
/netbsd-6-1-5-RELEASE/sys/arch/usermode/include/
H A Ddisklabel.h15 #error port me
H A Dparam.h15 #error port me
/netbsd-6-1-5-RELEASE/sbin/mount_nfs/
H A Dmount_nfs.h49 extern int port;
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dgetservbyport.c54 getservbyport(int port, const char *proto) argument
59 s = getservbyport_r(port, proto, &_servent_data.serv, &_servent_data);
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dpmap_getport.c73 * Find the mapped port for program,version.
79 remote_pmap_getport(CLIENT *client, struct pmap *parms, u_short *port) argument
82 parms, (xdrproc_t)xdr_u_short, port, tottimeout) != RPC_SUCCESS) {
85 } else if (*port == 0) {
107 u_short port = 0; local
122 remote_pmap_getport(client, &parms, &port);
124 if (port == 0) {
127 remote_pmap_getport(client, &parms, &port);
131 return port;
/netbsd-6-1-5-RELEASE/sys/net/agr/
H A Dieee8023ad_impl.h43 #define IEEE8023AD_PORT(port) \
44 ((struct ieee8023ad_port *)(port)->port_iftprivate)
H A Dieee8023ad_lacp_impl.h45 #define LACP_TIMER_ARM(port, timer, val) \
46 (port)->lp_timer[(timer)] = (val)
47 #define LACP_TIMER_DISARM(port, timer) \
48 (port)->lp_timer[(timer)] = 0
49 #define LACP_TIMER_ISARMED(port, timer) \
50 ((port)->lp_timer[(timer)] > 0)
106 #define LACP_PORT(port) \
107 (&IEEE8023AD_PORT(port)->iport_lacpport)
/netbsd-6-1-5-RELEASE/share/doc/psd/20.ipctut/
H A Ddgramread.c69 /* Find assigned port value and print it out. */
75 printf("Socket has port #%d\en", ntohs(name.sin_port));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/logfileconfig/ns1/
H A Dnamed.dirconf23 port 5300;
25 listen-on port 5300 {
43 inet 127.0.0.1 port 9593 allow {
H A Dnamed.pipeconf23 port 5300;
25 listen-on port 5300 {
43 inet 127.0.0.1 port 9593 allow {
H A Dnamed.plain23 port 5300;
25 listen-on port 5300 {
43 inet 127.0.0.1 port 9593 allow {
H A Dnamed.symconf23 port 5300;
25 listen-on port 5300 {
43 inet 127.0.0.1 port 9593 allow {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dportlist.h35 * Create a port list.
48 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port);
50 * Add the given <port,af> tuple to the portlist.
62 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port);
64 * Remove the given <port,af> tuple to the portlist.
72 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port);
74 * Find the given <port,af> tuple to the portlist.
87 * Attach to a port list.
97 * Detach from a port list.
/netbsd-6-1-5-RELEASE/sys/compat/ndis/
H A Dsubr_hal.c135 WRITE_PORT_ULONG(uint32_t *port, uint32_t val) argument
137 bus_space_write_4(NDIS_BUS_SPACE_IO, 0x0, (bus_size_t)port, val);
142 WRITE_PORT_USHORT(uint16_t *port, uint16_t val) argument
144 bus_space_write_2(NDIS_BUS_SPACE_IO, 0x0, (bus_size_t)port, val);
149 WRITE_PORT_UCHAR(uint8_t *port, uint8_t val) argument
151 bus_space_write_1(NDIS_BUS_SPACE_IO, 0x0, (bus_size_t)port, val);
156 WRITE_PORT_BUFFER_ULONG(uint32_t *port, uint32_t *val, uint32_t cnt) argument
159 (bus_size_t)port, val, cnt);
164 WRITE_PORT_BUFFER_USHORT(uint16_t *port, uint16_t *val, uint32_t cnt) argument
167 (bus_size_t)port, va
172 WRITE_PORT_BUFFER_UCHAR(uint8_t *port, uint8_t *val, uint32_t cnt) argument
180 READ_PORT_USHORT(uint16_t *port) argument
186 READ_PORT_ULONG(uint32_t *port) argument
192 READ_PORT_UCHAR(uint8_t *port) argument
198 READ_PORT_BUFFER_ULONG(uint32_t *port, uint32_t *val, uint32_t cnt) argument
206 READ_PORT_BUFFER_USHORT(uint16_t *port, uint16_t *val, uint32_t cnt) argument
214 READ_PORT_BUFFER_UCHAR(uint8_t *port, uint8_t *val, uint32_t cnt) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpciovar.h62 #define hpcio_portread(hc, port) \
63 ((*(hc)->hc_portread)((hc), (port)))
64 #define hpcio_portwrite(hc, port, data) \
65 ((*(hc)->hc_portwrite)((hc), (port), (data)))
66 #define hpcio_intr_establish(hc, port, mode, func, arg) \
67 ((*(hc)->hc_intr_establish)((hc),(port),(mode),(func),(arg)))
/netbsd-6-1-5-RELEASE/sys/netatalk/
H A Dat_var.h74 uint8_t port)
76 sat->sat_port = port;
83 uint8_t port)
87 sockaddr_at_init1(sat, addr, port);
91 sockaddr_at_alloc(const struct at_addr *addr, uint8_t port, int flags) argument
100 sockaddr_at_init1(satosat(sa), addr, port);
73 sockaddr_at_init1(struct sockaddr_at *sat, const struct at_addr *addr, uint8_t port) argument
82 sockaddr_at_init(struct sockaddr_at *sat, const struct at_addr *addr, uint8_t port) argument
/netbsd-6-1-5-RELEASE/sys/dev/eisa/
H A Dbha_eisa.c67 int port; local
71 port = 0x330;
74 port = 0x334;
77 port = 0x230;
80 port = 0x234;
83 port = 0x130;
86 port = 0x134;
92 *portp = port;
108 int port; local
121 if (bha_eisa_address(iot, ioh, &port) ||
145 int port; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Duhub.c85 #define PORTSTAT_ISSET(sc, port) \
86 ((sc)->sc_status[(port) / 8] & (1 << ((port) % 8)))
149 int p, port, nports, nremov, pwrdly; local
205 for (nremov = 0, port = 1; port <= nports; port++)
206 if (!UHD_NOT_REMOV(&hubdesc, port))
208 aprint_verbose_dev(self, "%d port%s with %d removable, %s powered\n",
291 * get port statu
377 int port; local
589 int nports, port, rc; local
641 int port, err; local
660 int port; local
[all...]
/netbsd-6-1-5-RELEASE/share/examples/npf/
H A Dsoho_gw-npf.conf29 # NAT traffic arriving on port 9022 of the external interface address
30 # to host 198.51.100.2 port 22
31 map $ext_if dynamic 198.51.100.2 port 22 <- $ext_v4 port 9022
41 pass stateful in final family inet proto tcp to $ext_v4 port ssh \
43 pass stateful in final proto tcp to $ext_addrs port $services_tcp
44 pass stateful in final proto udp to $ext_addrs port $services_udp
47 pass stateful in final proto tcp to $ext_addrs port 49151-65535
49 pass stateful in final proto udp to $ext_addrs port 33434-33600

Completed in 369 milliseconds

1234567891011>>