Searched refs:in_port_t (Results 1 - 25 of 94) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dsnmp.h34 extern in_port_t dest_port;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dportset.h74 isc_portset_isset(isc_portset_t *portset, in_port_t port);
98 isc_portset_add(isc_portset_t *portset, in_port_t port);
108 isc_portset_remove(isc_portset_t *portset, in_port_t port);
118 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo,
119 in_port_t port_hi);
130 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo,
131 in_port_t port_hi);
H A Dsockaddr.h126 in_port_t port);
133 in_port_t port);
140 in_port_t port);
147 in_port_t port);
168 isc_sockaddr_setport(isc_sockaddr_t *sockaddr, in_port_t port);
173 in_port_t
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dportset.h74 isc_portset_isset(isc_portset_t *portset, in_port_t port);
98 isc_portset_add(isc_portset_t *portset, in_port_t port);
108 isc_portset_remove(isc_portset_t *portset, in_port_t port);
118 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo,
119 in_port_t port_hi);
130 isc_portset_removerange(isc_portset_t *portset, in_port_t port_lo,
131 in_port_t port_hi);
H A Dsockaddr.h126 in_port_t port);
133 in_port_t port);
140 in_port_t port);
147 in_port_t port);
168 isc_sockaddr_setport(isc_sockaddr_t *sockaddr, in_port_t port);
173 in_port_t
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dportset.c44 portset_isset(isc_portset_t *portset, in_port_t port) {
49 portset_add(isc_portset_t *portset, in_port_t port) {
57 portset_remove(isc_portset_t *portset, in_port_t port) {
92 isc_portset_isset(isc_portset_t *portset, in_port_t port) {
106 isc_portset_add(isc_portset_t *portset, in_port_t port) {
113 isc_portset_remove(isc_portset_t *portset, in_port_t port) {
118 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo,
119 in_port_t port_hi)
121 in_port_t p;
133 isc_portset_removerange(isc_portset_t *portset, in_port_t port_l
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dportset.c44 portset_isset(isc_portset_t *portset, in_port_t port) {
49 portset_add(isc_portset_t *portset, in_port_t port) {
57 portset_remove(isc_portset_t *portset, in_port_t port) {
92 isc_portset_isset(isc_portset_t *portset, in_port_t port) {
106 isc_portset_add(isc_portset_t *portset, in_port_t port) {
113 isc_portset_remove(isc_portset_t *portset, in_port_t port) {
118 isc_portset_addrange(isc_portset_t *portset, in_port_t port_lo,
119 in_port_t port_hi)
121 in_port_t p;
133 isc_portset_removerange(isc_portset_t *portset, in_port_t port_l
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dportlist.h48 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port);
62 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port);
72 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port);
H A Dadb.h125 in_port_t port;
338 in_port_t port, dns_adbfind_t **find);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/include/named/
H A Dlistenlist.h50 in_port_t port;
66 ns_listenelt_create(isc_mem_t *mctx, in_port_t port,
97 ns_listenlist_default(isc_mem_t *mctx, in_port_t port,
H A Dlwaddr.h32 in_port_t port);
H A Dconfig.h58 in_port_t defport, isc_mem_t *mctx,
75 ns_config_getport(const cfg_obj_t *config, in_port_t *portp);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/bind9/include/bind9/
H A Dgetaddresses.h35 bind9_getaddresses(const char *hostname, in_port_t port,
/netbsd-6-1-5-RELEASE/usr.sbin/npf/npfctl/
H A Dnpfctl.h69 in_port_t pr_start;
70 in_port_t pr_end;
115 in_port_t npfctl_portno(const char *);
123 npfvar_t * npfctl_parse_port_range(in_port_t, in_port_t);
164 void npfctl_gennc_ports(nc_ctx_t *, int, in_port_t, in_port_t);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dnet.c408 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) {
433 *low = (in_port_t)port_low;
434 *high = (in_port_t)port_high;
440 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) {
472 *low = (in_port_t) port_low;
473 *high = (in_port_t) port_high;
481 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *hig
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Dnet.c409 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) {
434 *low = (in_port_t)port_low;
435 *high = (in_port_t)port_high;
441 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) {
473 *low = (in_port_t) port_low;
474 *high = (in_port_t) port_high;
482 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *hig
[all...]
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Din.h61 #ifndef in_port_t
62 typedef __in_port_t in_port_t; typedef
63 #define in_port_t __in_port_t macro
240 in_port_t sin_port;
569 in_port_t port)
578 in_port_t port)
586 sockaddr_in_alloc(const struct in_addr *addr, in_port_t port, int flags)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dportlist.c45 in_port_t port;
107 find_port(dns_element_t *list, unsigned int len, in_port_t port) {
140 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port) {
191 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port) {
217 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port) {
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dbyteorder.h74 typedef uint16_t in_port_t; typedef
89 extern in_port_t htons(in_port_t);
91 extern in_port_t ntohs(in_port_t);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/include/isc/
H A Dnet.h42 *\li in_port_t
228 * Ensure type in_port_t is defined.
230 typedef isc_uint16_t in_port_t; typedef
330 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/include/isc/
H A Dnet.h49 * in_port_t
128 * Ensure type in_port_t is defined.
131 typedef isc_uint16_t in_port_t; typedef
312 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/include/isc/
H A Dnet.h42 *\li in_port_t
228 * Ensure type in_port_t is defined.
230 typedef isc_uint16_t in_port_t; typedef
330 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h51 * in_port_t
130 * Ensure type in_port_t is defined.
133 typedef isc_uint16_t in_port_t; typedef
342 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high);
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timedc/
H A Dcmds.c87 static in_port_t
101 getaddr(const char *name, struct sockaddr_in *addr, in_port_t port)
229 in_port_t port;
314 in_port_t port;
402 in_port_t port;
441 in_port_t port;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dlistenlist.c37 ns_listenelt_create(isc_mem_t *mctx, in_port_t port,
105 ns_listenlist_default(isc_mem_t *mctx, in_port_t port,

Completed in 186 milliseconds

1234