Home
last modified time | relevance | path

Searched refs:wildif (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c983 endpt * wildif; in create_wildcards() local
1012 wildif = new_interface(NULL); in create_wildcards()
1014 strlcpy(wildif->name, "v6wildcard", sizeof(wildif->name)); in create_wildcards()
1015 memcpy(&wildif->sin, &wildaddr, sizeof(wildif->sin)); in create_wildcards()
1016 wildif->family = AF_INET6; in create_wildcards()
1017 AF(&wildif->mask) = AF_INET6; in create_wildcards()
1018 SET_ONESMASK(&wildif->mask); in create_wildcards()
1020 wildif->flags = INT_UP | INT_WILDCARD; in create_wildcards()
1021 wildif->ignore_packets = (ACTION_DROP == action); in create_wildcards()
1023 wildif->fd = open_socket(&wildif->sin, 0, 1, wildif); in create_wildcards()
[all …]