Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c211 int last_dst = begx + ((last_src < win->_maxx) in wnoutrefresh()
215 int fix_right = last_dst; in wnoutrefresh()
234 j = last_dst; in wnoutrefresh()
254 if (fix_left < dst_col || fix_right > last_dst) { in wnoutrefresh()
/freebsd/sbin/pfctl/
H A Dpfctl.c607 struct sockaddr last_src, last_dst; in pfctl_kill_src_nodes() local
617 memset(&last_dst, 0xff, sizeof(last_dst)); in pfctl_kill_src_nodes()
650 memset(&last_dst, 0xff, sizeof(last_dst)); in pfctl_kill_src_nodes()
666 if (memcmp(&last_dst, resp[1]->ai_addr, in pfctl_kill_src_nodes()
667 sizeof(last_dst)) == 0) in pfctl_kill_src_nodes()
669 last_dst = *(struct sockaddr *)resp[1]->ai_addr; in pfctl_kill_src_nodes()
710 struct sockaddr last_src, last_dst; in pfctl_net_kill_states() local
721 memset(&last_dst, 0xff, sizeof(last_dst)); in pfctl_net_kill_states()
766 memset(&last_dst, 0xff, sizeof(last_dst)); in pfctl_net_kill_states()
782 if (memcmp(&last_dst, resp[1]->ai_addr, in pfctl_net_kill_states()
[all …]