nf_addBindingRule(NF_BINDING_RULE pRule, int toHead) { updateAddressLength(ref pRule.localIpAddress); updateAddressLength(ref pRule.localIpAddressMask); updateAddressLength(ref pRule.newLocalIpAddress); return(nf_addBindingRule(ref pRule, toHead)); }
nf_addBindingRule(ref NF_BINDING_RULE pRule, int toHead);
private static extern NF_STATUS nf_addBindingRule(ref NF_BINDING_RULE pRule, int toHead);