Searched refs:syncpeer (Results 1 – 6 of 6) sorted by relevance
346 struct sockaddr_storage syncpeer; in pfsync_status() local372 &syncpeer); in pfsync_status()382 if ((syncpeer.ss_family == AF_INET && in pfsync_status()383 ((struct sockaddr_in *)&syncpeer)->sin_addr.s_addr != in pfsync_status()384 htonl(INADDR_PFSYNC_GROUP)) || syncpeer.ss_family == AF_INET6) { in pfsync_status()387 (struct sockaddr *)&syncpeer; in pfsync_status()
155 status->syncpeer = addr; in pfsync_nvstatus_to_kstatus()157 memset(&status->syncpeer, 0, sizeof(status->syncpeer)); in pfsync_nvstatus_to_kstatus()
2864 status->syncpeer = sa; in pfsync_pfsyncreq_to_kstatus()2886 switch (status->syncpeer.ss_family) { in pfsync_kstatus_to_softc()2891 status_sin = (struct sockaddr_in *)&(status->syncpeer); in pfsync_kstatus_to_softc()2912 status_sin6 = (struct sockaddr_in6*)&(status->syncpeer); in pfsync_kstatus_to_softc()2947 switch (status->syncpeer.ss_family) { in pfsync_kstatus_to_softc()2949 struct sockaddr_in *status_sin = (struct sockaddr_in *)&(status->syncpeer); in pfsync_kstatus_to_softc()2961 struct sockaddr_in6 *status_sin = (struct sockaddr_in6 *)&(status->syncpeer); in pfsync_kstatus_to_softc()
426 syncpeer 198.19.10.2 \459 syncpeer 198.19.10.1 \491 syncpeer 198.19.20.2 \523 syncpeer 198.19.20.1 \608 jexec one ifconfig pfsync0 syncpeer 192.0.2.2609 jexec two ifconfig pfsync0 syncpeer 192.0.2.1728 syncpeer fd2c::2 \735 syncpeer fd2c::1 \790 syncpeer ff12::f0 \797 syncpeer ff12::f0 \
44 ifconfig pfsync0 -syncdev -syncpeer down
261 struct sockaddr_storage syncpeer; member