OpenGrok
Cross Reference: cfparse.y
xref
: /
external
/
ipsec-tools
/
src
/
racoon
/
cfparse.y
Home
|
History
|
Annotate
|
Download
|
only in
racoon
Lines Matching
refs:mask4
993
network.
mask4
.s_addr = ($2) ? htonl(~((1 << (32 - $2)) - 1)) : 0;