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()
3088 status->syncpeer = sa; in pfsync_pfsyncreq_to_kstatus()3110 switch (status->syncpeer.ss_family) { in pfsync_kstatus_to_softc()3115 status_sin = (struct sockaddr_in *)&(status->syncpeer); in pfsync_kstatus_to_softc()3136 status_sin6 = (struct sockaddr_in6*)&(status->syncpeer); in pfsync_kstatus_to_softc()3172 switch (status->syncpeer.ss_family) { in pfsync_kstatus_to_softc()3174 struct sockaddr_in *status_sin = (struct sockaddr_in *)&(status->syncpeer); in pfsync_kstatus_to_softc()3186 struct sockaddr_in6 *status_sin = (struct sockaddr_in6 *)&(status->syncpeer); in pfsync_kstatus_to_softc()
435 syncpeer 198.19.10.2 \468 syncpeer 198.19.10.1 \500 syncpeer 198.19.20.2 \532 syncpeer 198.19.20.1 \617 jexec one ifconfig pfsync0 syncpeer 192.0.2.2618 jexec two ifconfig pfsync0 syncpeer 192.0.2.1737 syncpeer fd2c::2 \744 syncpeer fd2c::1 \799 syncpeer ff12::f0 \806 syncpeer ff12::f0 \
44 ifconfig pfsync0 -syncdev -syncpeer down
264 struct sockaddr_storage syncpeer; member