HomeSort by: relevance | last modified time | path
    Searched refs:global_state (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/pf/pfs/
parse.y 62 struct pfsync_state global_state;
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
    [all...]
  /src/usr.bin/vndcompress/
vndcompress.c 84 static struct compress_state global_state; variable in typeref:struct:compress_state
121 struct compress_state *const S = &global_state;
299 struct compress_state *const S = &global_state;
355 struct compress_state *const S = &global_state;

Completed in 14 milliseconds