Searched refs:sin_addr (Results 276 - 300 of 587) sorted by relevance

<<11121314151617181920>>

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dplog.c126 addr = &((struct sockaddr_in*)sa)->sin_addr;
/netbsd-current/crypto/external/cpl/trousers/dist/src/tddl/
H A Dtddl.c73 memcpy(&addr.sin_addr,
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Damq_svc.c168 char *remote_hostname = inet_ntoa(remote_addr->sin_addr);
H A Drpc_fwd.c305 inet_dquad(dq, sizeof(dq), fwdto->sin_addr.s_addr),
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgetnameinfo.c81 offsetof(struct sockaddr_in, sin_addr)},
/netbsd-current/lib/libwrap/
H A Dsocket.c170 memcpy(&tmp.sin_addr,
/netbsd-current/regress/sys/net/frag/
H A Dip4_frag_1.c144 addr.sin_addr.s_addr = target;
/netbsd-current/usr.sbin/bootp/common/
H A Dhwaddr.c87 si->sin_addr = *ia;
/netbsd-current/usr.sbin/mrouted/
H A Digmp.c337 sdst.sin_addr.s_addr = dst;
/netbsd-current/tests/lib/libc/net/
H A Dh_dns_server.c189 saddr.sin.sin_addr.s_addr = INADDR_ANY;
/netbsd-current/usr.sbin/timed/timed/
H A Dmeasure.c283 inet_ntoa(addr->sin_addr), hname);
/netbsd-current/lib/libquota/
H A Dquota_nfs.c111 memmove(&server_addr.sin_addr, hp->h_addr, hp->h_length);
/netbsd-current/usr.sbin/faithd/
H A Dprefix.c152 off = offsetof(struct sockaddr_in, sin_addr);
/netbsd-current/usr.sbin/bootp/bootpd/
H A Dbootpd.c447 bind_addr.sin_addr.s_addr = INADDR_ANY;
522 inet_ntoa(recv_addr.sin_addr));
1081 siaddr = sip->sin_addr;
1095 send_addr.sin_addr = dst;
/netbsd-current/sbin/ifconfig/
H A Daf_inet.c85 return ntohl(sin.sin_addr.s_addr);
/netbsd-current/external/bsd/ntp/dist/sntp/tests/
H A DpacketHandling.c266 host.sa4.sin_addr.s_addr = inet_addr(HOSTNAME);
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dinterfaceiter.c89 &((struct sockaddr_in *)(void *)src)->sin_addr,
/netbsd-current/external/bsd/ntp/dist/tests/ntpd/
H A Dntp_restrict.c23 sockaddr.sa4.sin_addr.s_addr = inet_addr(ip_addr);
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_net.h39 #define SOCK_ADDR4(psau) ((psau)->sa4.sin_addr)
/netbsd-current/tests/net/net/
H A Dt_mapped.c140 sin->sin_addr.s_addr = htonl(INADDR_LOOPBACK);
/netbsd-current/usr.sbin/rpcbind/
H A Dsecurity.c154 return ((sin->sin_addr.s_addr == htonl(INADDR_LOOPBACK)) &&
/netbsd-current/external/bsd/libevent/dist/sample/
H A Dle-proxy.c253 sin->sin_addr.s_addr = htonl(0x7f000001);
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c592 addr = (char *)&sin->sin_addr;
593 alen = sizeof(sin->sin_addr);
1016 addr = (char *)inet_ntop( AF_INET, &sa->sa_in_addr.sin_addr,
1019 addr = inet_ntoa( sa->sa_in_addr.sin_addr );
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dpacket.c365 memcpy(&from->sin_addr, &ip.ip_src, 4);
/netbsd-current/libexec/ftpd/
H A Dextern.h216 #define su_addr si_su.su_sin.sin_addr

Completed in 484 milliseconds

<<11121314151617181920>>