Searched refs:port (Results 76 - 100 of 1540) sorted by relevance

1234567891011>>

/netbsd-current/share/examples/npf/
H A Dhost-npf.conf34 pass stateful in on $wired_if proto tcp to $wired_addrs port ssh apply "log"
49 pass in family inet4 proto udp from any port bootps to any port bootpc
50 pass in family inet6 proto udp from any to any port "dhcpv6-client"
59 pass in proto udp to any port 33434-33600
62 pass in proto udp to any port mdns
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dportlist.h34 * Create a port list.
47 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port);
49 * Add the given <port,af> tuple to the portlist.
61 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port);
63 * Remove the given <port,af> tuple to the portlist.
71 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port);
73 * Find the given <port,af> tuple to the portlist.
86 * Attach to a port list.
96 * Detach from a port list.
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dportset.h20 * (UDP or TCP) port numbers, e.g., for creating an ACL list. An isc_portset_t
21 * object is an opaque instance of a port set, for which the user can add or
22 * remove a specific port or a range of consecutive ports. This object is
48 * Create a port set and initialize it as an empty set.
62 * Destroy a port set.
65 *\li 'mctx' to be valid and must be the same context given when the port set
71 isc_portset_isset(isc_portset_t *portset, in_port_t port);
73 * Test whether the given port is stored in the portset.
79 * \li #true if the port is found, false otherwise.
95 isc_portset_add(isc_portset_t *portset, in_port_t port);
[all...]
/netbsd-current/lib/libarch/alpha/
H A Dalpha_pci_io.c150 uint32_t *port; local
153 port = (uint32_t *) ((char *)abw->abw_addr +
158 return (port);
164 uint32_t *port = alpha_pci_io_swiz(ioaddr, 0); local
169 return ((*port >> (8 * offset)) & 0xff);
175 uint32_t *port = alpha_pci_io_swiz(ioaddr, 1); local
180 return ((*port >> (8 * offset)) & 0xffff);
186 uint32_t *port = alpha_pci_io_swiz(ioaddr, 3); local
190 return (*port);
196 uint32_t *port local
207 uint32_t *port = alpha_pci_io_swiz(ioaddr, 1); local
218 uint32_t *port = alpha_pci_io_swiz(ioaddr, 3); local
236 uint8_t *port = (uint8_t *) ((char *)abw->abw_addr + local
249 uint16_t *port = (uint16_t *) ((char *)abw->abw_addr + local
262 uint32_t *port = (uint32_t *) ((char *)abw->abw_addr + local
274 uint8_t *port = (uint8_t *) ((char *)abw->abw_addr + local
286 uint16_t *port = (uint16_t *) ((char *)abw->abw_addr + local
298 uint32_t *port = (uint32_t *) ((char *)abw->abw_addr + local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_gpio2.c62 struct bfin_gpio *port = hw_data (me); local
69 mmr_off = addr - port->base;
85 valuep = (void *)((unsigned long)port + mmr_base() + mmr_off);
100 dv_w1c_2 (&port->data, value, -1);
104 port->data |= value;
107 dv_w1c_2 (&port->dir, value, -1);
110 port->dir |= value;
120 /* If tweaking output pins, make sure we send updated port info. */
135 if (!(port->inen & bit))
136 hw_port_event (me, i, !!(port
150 struct bfin_gpio *port = hw_data (me); local
225 struct bfin_gpio *port = hw_data (me); local
249 attach_bfin_gpio_regs(struct hw *me, struct bfin_gpio *port) argument
279 struct bfin_gpio *port; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_gpio2.c63 struct bfin_gpio *port = hw_data (me); local
70 mmr_off = addr - port->base;
86 valuep = (void *)((uintptr_t)port + mmr_base() + mmr_off);
101 dv_w1c_2 (&port->data, value, -1);
105 port->data |= value;
108 dv_w1c_2 (&port->dir, value, -1);
111 port->dir |= value;
121 /* If tweaking output pins, make sure we send updated port info. */
136 if (!(port->inen & bit))
137 hw_port_event (me, i, !!(port
151 struct bfin_gpio *port = hw_data (me); local
226 struct bfin_gpio *port = hw_data (me); local
250 attach_bfin_gpio_regs(struct hw *me, struct bfin_gpio *port) argument
280 struct bfin_gpio *port; local
[all...]
/netbsd-current/sys/arch/hp300/stand/common/
H A Ddcm.c92 int port = DCMCONUNIT; local
95 while (dcm->dcm_thead[port].ptr != dcm->dcm_ttail[port].ptr)
97 dcm->dcm_data[port].dcm_baud = BR_9600;
98 dcm->dcm_data[port].dcm_conf = LC_8BITS | LC_1STOP;
100 dcm->dcm_cmdtab[port].dcm_data |= CT_CON;
101 dcm->dcm_cr |= (1 << port);
114 int c, port; local
116 port = DCMCONUNIT;
117 pp = dcm_preg(dcm, port);
146 int port; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dsmu_helper.h143 #define PHM_READ_INDIRECT_FIELD(device, port, reg, field) \
144 PHM_GET_FIELD(cgs_read_ind_register(device, port, ix##reg), \
147 #define PHM_READ_VFPF_INDIRECT_FIELD(device, port, reg, field) \
148 PHM_GET_FIELD(cgs_read_ind_register(device, port, ix##reg), \
155 #define PHM_WRITE_INDIRECT_FIELD(device, port, reg, field, fieldval) \
156 cgs_write_ind_register(device, port, ix##reg, \
157 PHM_SET_FIELD(cgs_read_ind_register(device, port, ix##reg), \
160 #define PHM_WRITE_VFPF_INDIRECT_FIELD(device, port, reg, field, fieldval) \
161 cgs_write_ind_register(device, port, ix##reg, \
162 PHM_SET_FIELD(cgs_read_ind_register(device, port, i
[all...]
/netbsd-current/tests/net/if_wg/
H A Dt_misc.sh49 local port=51820
67 setup_wg_common wg0 inet $ip_wg_local 24 $port "$key_priv_local"
68 add_peer wg0 peer0 $key_pub_peer $ip_peer:$port $ip_wg_peer/32
73 setup_wg_common wg0 inet $ip_wg_peer 24 $port "$key_priv_peer"
74 add_peer wg0 peer0 $key_pub_local $ip_local:$port $ip_wg_local/32
145 local port=51820
170 setup_wg_common wg0 inet $ip_wg_local 24 $port "$key_priv_local"
171 add_peer wg0 peer0 $key_pub_peer $ip_peer:$port $ip_wg_peer/32
176 setup_wg_common wg0 inet $ip_wg_peer 24 $port "$key_priv_peer"
177 add_peer wg0 peer0 $key_pub_local $ip_local:$port
[all...]
/netbsd-current/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-current/sbin/mount_nfs/
H A Dmount_nfs.h49 extern int port;
/netbsd-current/external/bsd/libpcap/dist/rpcapd/
H A Dconfig_params.h47 char port[MAX_LINE + 1]; // keeps the network port to bind to member in struct:active_pars
52 extern struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, port) on which I want to connect to (active mode)
/netbsd-current/sys/arch/usermode/include/
H A Ddisklabel.h17 #error port me
/netbsd-current/external/bsd/unbound/dist/testdata/ssl_req_order.tdir/
H A Dssl_req_order.conf5 port: @PORT@
12 ssl-port: @PORT@
/netbsd-current/external/bsd/unbound/dist/testdata/ssl_req_timeout.tdir/
H A Dssl_req_timeout.conf5 port: @PORT@
12 ssl-port: @PORT@
/netbsd-current/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
H A Dstm32-pinfunc.h33 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line))
35 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode))
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPRebind.h26 int port) const = 0;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
H A Dmxm.h8 u8 mxm_ddc_map(struct nvkm_bios *, u8 port);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mt/
H A Drelocs1.s2 ;; by the mrisc port. (Ok, so there's only one so far. :P)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Dsrv_33.h27 uint16_t port; member in struct:dns_rdata_in_srv
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Dsrv_33.h26 uint16_t port; member in struct:dns_rdata_in_srv
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Devent_channel.h83 * EVTCHNOP_alloc_unbound: Allocate a port in domain <dom> and mark as
84 * accepting interdomain bindings from domain <remote_dom>. A fresh port
85 * is allocated in <dom> and returned as <port>.
94 evtchn_port_t port; member in struct:evtchn_alloc_unbound
101 * a port that is unbound and marked as accepting bindings from the calling
102 * domain. A fresh port is allocated in the calling domain and returned as
144 evtchn_port_t port; member in struct:evtchn_bind_virq
160 evtchn_port_t port; member in struct:evtchn_bind_pirq
173 evtchn_port_t port; member in struct:evtchn_bind_ipi
178 * EVTCHNOP_close: Close a local event channel <port>
184 evtchn_port_t port; member in struct:evtchn_close
194 evtchn_port_t port; member in struct:evtchn_send
209 evtchn_port_t port; member in struct:evtchn_status
225 evtchn_port_t port; member in struct:evtchn_status::__anon9048::__anon9050
247 evtchn_port_t port; member in struct:evtchn_bind_vcpu
258 evtchn_port_t port; member in struct:evtchn_unmask
310 uint32_t port; member in struct:evtchn_set_priority
[all...]
/netbsd-current/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-current/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-current/sys/net/agr/
H A Dieee8023ad_impl.h43 #define IEEE8023AD_PORT(port) \
44 ((struct ieee8023ad_port *)(port)->port_iftprivate)

Completed in 220 milliseconds

1234567891011>>