Home
last modified time | relevance | path

Searched defs:ip1 (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_inet.c56 smb_inet_equal(smb_inaddr_t *ip1, smb_inaddr_t *ip2) in smb_inet_equal()
72 smb_inet_same_subnet(smb_inaddr_t *ip1, smb_inaddr_t *ip2, uint32_t v4mask) in smb_inet_same_subnet()
/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_subr.c116 i_cmp_addr_impl(void *ip1, void *ip2, ip_addr_type_t atype, int64_t *diff) in i_cmp_addr_impl()
240 ilb_cmp_in6_addr(struct in6_addr *ip1, struct in6_addr *ip2, int64_t *diff) in ilb_cmp_in6_addr()
249 ilb_cmp_ipaddr(ilb_ip_addr_t *ip1, ilb_ip_addr_t *ip2, int64_t *diff) in ilb_cmp_ipaddr()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcasinl.c63 static const int ip1 = 0x40400000; /* 2**65 */ variable
65 static const int ip1 = 0x40710000; /* 2**114 */ variable
H A Dcacosl.c69 static const int ip1 = 0x40400000; /* 2**65 */ variable
71 static const int ip1 = 0x40710000; /* 2**114 */ variable
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A DUTF8_to_Cp933.c96 unsigned char *ip1 = &ibuf1[0], *op1 = &obuf1[0]; in main() local
H A DCp933_to_UTF8.c96 unsigned char *ip1 = &ibuf1[0], *op1 = &obuf1[0]; in main() local
H A Deuc_to_johap.c377 char *ip1 = &ibuf1[0], *op1 = &obuf1[0], in main() local
H A Djohap_to_euc.c344 char *ip1 = &ibuf1[0], *op1 = &obuf1[0], in main() local
H A Dnbyte_to_euc.c552 char *ip1 = &ibuf1[0], *op1 = &obuf1[0], in main() local
H A Deuc_to_nbyte.c601 char *ip1 = &ibuf1[0], *op1 = &obuf1[0], in main() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c228 ilb_ip_addr_t *ip1, ilb_ip_addr_t *ip2) in i_expand_ipv4range()
275 ilb_ip_addr_t *ip1, ilb_ip_addr_t *ip2) in i_expand_ipv6range()
304 ilb_ip_addr_t *ip1, ilb_ip_addr_t *ip2) in i_expand_iprange()
390 ilb_ip_addr_t *ip1, *ip2; in i_match_hostorip() local
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c748 const dhcpv6_addr_t *ip1 = arg1, *ip2 = arg2; in compare_dhcpv6_ip() local
786 const slaac_addr_t *ip1 = arg1, *ip2 = arg2; in compare_slaac_ip() local
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.c456 mDNSexport mDNSBool mDNSSameAddress(const mDNSAddr *ip1, const mDNSAddr *ip2) in mDNSSameAddress()