Home
last modified time | relevance | path

Searched refs:src (Results 26 – 50 of 1184) sorted by last modified time

12345678910>>...48

/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.p5m8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1516 dir path=usr/share/src group=sys
1518 link path=usr/src target=./share/src
1610 license usr/src/cmd/cmd-inet/sbin/ifparse/THIRDPARTYLICENSE \
1611 license=usr/src/cmd/cmd-inet/sbin/ifparse/THIRDPARTYLICENSE
1612 license usr/src/cmd/cmd-inet/usr.lib/in.mpathd/THIRDPARTYLICENSE \
1613 license=usr/src/cmd/cmd-inet/usr.lib/in.mpathd/THIRDPARTYLICENSE
1614 license usr/src/cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.arp \
1615 license=usr/src/cmd/cmd-inet/usr.sbin/THIRDPARTYLICENSE.arp
[all …]
H A Dconsolidation-osnet-osnet-message-files.p5m8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
305 file path=usr/lib/locale/C/LC_MESSAGES/uxlibc.src group=sys
/illumos-gate/usr/src/lib/libsecdb/
H A Dexec_attr.txt8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
H A Dprof_attr.txt8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dmapfile-vers8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
32 # usr/src/lib/README.mapfiles
/illumos-gate/usr/src/lib/libc/
H A DREADME8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/illumos-gate/usr/src/cmd/latencytop/
H A Ddwrapper.c373 copy_tmp_file(const char *src, FILE *dst) in copy_tmp_file() argument
379 if ((tmp = fopen(src, "r")) == NULL) { in copy_tmp_file()
H A Dlatencytop.trans8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1303 struct sadb_address *src, struct sadb_address *dst, in doaddresses() argument
1325 if (src != NULL) { in doaddresses()
1326 sin6 = (struct sockaddr_in6 *)(src + 1); in doaddresses()
1369 sin6 = (struct sockaddr_in6 *)(src + 1); in doaddresses()
1484 sin6 = (struct sockaddr_in6 *)(src + 1); in doaddresses()
1566 sin6 = (struct sockaddr_in6 *)(src + 1); in doaddresses()
1752 struct sadb_address *src = NULL, *dst = NULL; in doaddup() local
2063 if (src != NULL) { in doaddup()
2081 alloclen = sizeof (*src) + roundup(sa_len, 8); in doaddup()
2082 src = malloc(alloclen); in doaddup()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/etc/secret/
H A Dtcpkeys.sample9 # add src 192.168.1.1 dst 192.168.1.2 dport 179 authalg md5 authstring s3kr1t
10 # add src 192.168.1.2 dst 192.168.1.1 sport 179 authalg md5 authstring s3kr1t
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c3402 in6_addr_t src, dst; in sctp_ootb_input() local
3438 IN6_IPADDR_TO_V4MAPPED(ipha->ipha_src, &src); in sctp_ootb_input()
3444 src = ip6h->ip6_src; in sctp_ootb_input()
3620 in6_addr_t src; in sctp_input_data() local
3693 IN6_IPADDR_TO_V4MAPPED(ipha->ipha_src, &src); in sctp_input_data()
3699 src = ip6h->ip6_src; in sctp_input_data()
3768 fp = sctp_lookup_faddr(sctp, &src); in sctp_input_data()
4050 fp = sctp_lookup_faddr(sctp, &src); in sctp_input_data()
H A Dsctp_hash.c322 sctp_find_conn(in6_addr_t *src, in6_addr_t *dst, uint32_t ports, in sctp_find_conn() argument
327 sctp = sctp_conn_match(&src, 1, dst, ports, zoneid, iraflags, sctps); in sctp_find_conn()
360 in6_addr_t src; in sctp_lookup_by_faddrs() local
434 (ph + 1), &src); in sctp_lookup_by_faddrs()
435 if (IN6_ARE_ADDR_EQUAL(&src, srcp)) in sctp_lookup_by_faddrs()
485 sctp_fanout(in6_addr_t *src, in6_addr_t *dst, uint32_t ports, in sctp_fanout() argument
492 sctp = sctp_lookup_by_faddrs(mp, sctph, src, dst, ports, zoneid, in sctp_fanout()
536 in6_addr_t *src, *dst; in ip_fanout_sctp() local
559 src = &ip6h->ip6_src; in ip_fanout_sctp()
564 src = &map_src; in ip_fanout_sctp()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h571 #define IPCL_CONN_HASH(src, ports, ipst) \ argument
572 ((unsigned)(ntohl((src)) ^ ((ports) >> 24) ^ ((ports) >> 16) ^ \
575 #define IPCL_CONN_HASH_V6(src, ports, ipst) \ argument
576 IPCL_CONN_HASH(V4_PART_OF_V6((src)), (ports), (ipst))
578 #define IPCL_CONN_MATCH(connp, proto, src, dst, ports) \ argument
581 _IPCL_V4_MATCH((connp)->conn_faddr_v6, (src)) && \
585 #define IPCL_CONN_MATCH_V6(connp, proto, src, dst, ports) \ argument
588 IN6_ARE_ADDR_EQUAL(&(connp)->conn_faddr_v6, &(src)) && \
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c447 mfcbp = &ipst->ips_mfcs[MFCHASH(req->src.s_addr, req->grp.s_addr)]; in get_sg_cnt()
449 MFCFIND(mfcbp, req->src.s_addr, req->grp.s_addr, rt); in get_sg_cnt()
1538 ipaddr_t src, dst, tunnel_src = 0; in ip_mforward() local
1624 src = ipha->ipha_src; in ip_mforward()
1638 mfcbp = &ipst->ips_mfcs[MFCHASH(src, dst)]; in ip_mforward()
1640 MFCFIND(mfcbp, src, dst, rt); in ip_mforward()
1681 ill->ill_name, ntohl(src), ntohl(dst), in ip_mforward()
1692 hash = MFCHASH(src, dst); in ip_mforward()
1717 if ((src == mfc_rt->mfc_origin.s_addr) && in ip_mforward()
1800 mfc_rt->mfc_origin.s_addr = src; in ip_mforward()
[all …]
H A Dip_input.c847 ipaddr_t src = ipha->ipha_src; in ire_recv_forward_v4() local
1018 src != ira->ira_verified_src) { in ire_recv_forward_v4()
1023 if (ip_type_v4(src, ipst) == IRE_BROADCAST) { in ire_recv_forward_v4()
1036 if (CLASSD(src)) { in ire_recv_forward_v4()
1050 ira->ira_verified_src = src; in ire_recv_forward_v4()
H A Dip_attr.c885 ixa_safe_copy(ip_xmit_attr_t *src, ip_xmit_attr_t *ixa) in ixa_safe_copy() argument
887 bcopy(src, ixa, sizeof (*ixa)); in ixa_safe_copy()
H A Dip6_output.c275 in6_addr_t src; in ip_output_simple_v6() local
284 src = ipv6_loopback; in ip_output_simple_v6()
289 ixa->ixa_src_preferences, &src, NULL, NULL); in ip_output_simple_v6()
299 ip6h->ip6_src = src; in ip_output_simple_v6()
/illumos-gate/usr/src/test/os-tests/tests/minttl/
H A Dminttl.c418 ttl_connect(const ttl_test_t *test, int port, int src, int dst, int *cfd, in ttl_connect() argument
432 if (connect(src, addr, namelen) != 0 && errno != EINPROGRESS) { in ttl_connect()
437 if (port_associate(port, PORT_SOURCE_FD, src, POLLOUT, NULL) != 0) { in ttl_connect()
546 ttl_sendrecv(const ttl_test_t *test, int port, int src, int dst, in ttl_sendrecv() argument
559 if (sendto(src, &tt_msg, sizeof (tt_msg), MSG_NOSIGNAL, addr, in ttl_sendrecv()
631 int src = -1, dst = -1, cfd = -1, port = -1, tdst; in ttl_test_one() local
640 src = socket(test->tt_domain, test->tt_type | SOCK_NONBLOCK, in ttl_test_one()
642 if (src < 0) { in ttl_test_one()
675 if (test->tt_ttl > 0 && setsockopt(src, level, ttlopt, &test->tt_ttl, in ttl_test_one()
700 if (!ttl_connect(test, port, src, dst, &cfd, in ttl_test_one()
[all …]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1433 #define HASH_ADDR(src, dst, ports) \ argument
1434 (ntohl((src) + (dst)) ^ ((ports) >> 24) ^ ((ports) >> 16) ^ \
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c5760 char *src, *dst; in cpuid_pass_dynamic() local
5762 dst = src = (char *)cpi->cpi_brandstr; in cpuid_pass_dynamic()
5763 src[maxlen - 1] = '\0'; in cpuid_pass_dynamic()
5767 while (*src == ' ') in cpuid_pass_dynamic()
5768 src++; in cpuid_pass_dynamic()
5772 if (strncmp(src, "Genuine ", 8) == 0) in cpuid_pass_dynamic()
5773 src += 8; in cpuid_pass_dynamic()
5774 if (strncmp(src, "Authentic ", 10) == 0) in cpuid_pass_dynamic()
5775 src += 10; in cpuid_pass_dynamic()
5783 while (*src != '\0') { in cpuid_pass_dynamic()
[all …]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h883 void smb_slist_obj_move(smb_slist_t *dst, smb_slist_t *src, void *obj);
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
40 # usr/src/lib/README.mapfiles
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dmapfile-vers8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
34 # usr/src/lib/README.mapfiles
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c12346 emlxs_swap32_bcopy(uint8_t *src, uint8_t *dst, uint32_t size) in emlxs_swap32_bcopy() argument
12355 sptr = (uint32_t *)src; in emlxs_swap32_bcopy()

12345678910>>...48