Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/pf/pfs/
Dparse.y62 struct pfsync_state global_state; variable
107 global_state.direction = PF_IN;
108 src_peer = &global_state.dst;
109 dst_peer = &global_state.src;
112 global_state.direction = PF_OUT;
113 src_peer = &global_state.src;
114 dst_peer = &global_state.dst;
120 strlcpy(global_state.ifname, $2, sizeof(global_state.ifname));
131 global_state.proto = p->p_proto;
136 global_state.proto = $2;
[all …]
/netbsd/src/usr.bin/vndcompress/
Dvndcompress.c84 static struct compress_state global_state; variable
121 struct compress_state *const S = &global_state; in vndcompress()
299 struct compress_state *const S = &global_state; in info_signal_handler()
355 struct compress_state *const S = &global_state; in checkpoint_signal_handler()