Searched refs:IS_IPV4 (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/ntp-92/include/
H A Dntp_net.h36 #define IS_IPV4(psau) (AF_INET == AF(psau)) macro
72 # define SCOPE(psau) (IS_IPV4(psau) \
94 (IS_IPV4(psau) \
104 (IS_IPV4(psau) \
148 : IS_IPV4(psau1) \
155 (IS_IPV4(psau) \
186 (IS_IPV4(srcadr) && \
201 (IS_IPV4(srcadr) \
/macosx-10.10/ntp-92/libntp/
H A Dnetof.c28 if (IS_IPV4(netaddr)) {
H A Da_md5encrypt.c127 if (IS_IPV4(addr))
/macosx-10.10/ntp-92/ntpd/
H A Dntp_restrict.c169 if (IS_IPV4(srcadr)) {
278 if (IS_IPV4(resaddr)) {
380 if (IS_IPV4(resaddr)) {
H A Dntp_io.c1325 if (IS_IPV4(&itf->sin)) {
1473 if (IS_IPV4(psau) && !NSRCADR(psau))
2040 if (IS_IPV4(baddr)) {
2073 if (IS_IPV4(baddr) && setsockopt(iface->fd, SOL_SOCKET,
2405 NTP_REQUIRE(IS_IPV4(&interf->sin));
2562 if (IS_IPV4(addr))
2807 if (IS_IPV4(addr)) {
3779 if (IS_IPV4(addr)) {
4166 else if (IS_IPV4(a1))
H A Dntp_request.c997 if (IS_IPV4(&pp->srcadr)) {
1080 if (IS_IPV4(&sys_peer->srcadr)) {
2314 if (IS_IPV4(&tr->tr_addr)) {
2414 if (IS_IPV4(&laddr))
2425 if (IS_IPV4(&laddr))
H A Dntp_intres.c595 if (IS_IPV4(&entry->peer_store)) {
H A Dntp_config.c4330 else if (IS_IPV4(addr) || IS_IPV6(addr))
/macosx-10.10/ntp-92/sntp/
H A Dnetworking.c205 if (IS_IPV4(sas)) {
331 if (IS_IPV4(sas))
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc_ops.c715 if (IS_IPV4(&pcmd->argval[qitems].netnum)) {
791 if (IS_IPV4(&pcmd->argval[qitems].netnum)) {
1451 if (IS_IPV4(&pcmd->argval[0].netnum)) {
1522 if (IS_IPV4(&pcmd->argval[0].netnum)) {
1871 if (IS_IPV4(&pcmd->argval[0].netnum)) {
1919 if (IS_IPV4(&pcmd->argval[0].netnum)) {
2182 if (IS_IPV4(&pcmd->argval[qitems].netnum)) {
2479 if (IS_IPV4(&pcmd->argval[0].netnum)) {
2505 if (IS_IPV4(&pcmd->argval[2].netnum))
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c308 #define IS_IPV4 TRUE macro
2532 IS_IPV4);
2840 IS_IPV4);
2953 IS_IPV4);
2959 IS_IPV4);
3124 IS_IPV4);
3232 IS_IPV4);
4591 service_p = IFStateGetServiceWithID(ifstate, serviceID, IS_IPV4);
4618 IS_IPV4);
5881 interface_configuration_changed(if_p, all_ipv4, IS_IPV4);
[all...]

Completed in 137 milliseconds