示例#1
0
        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));
        }
示例#2
0
 nf_addBindingRule(ref NF_BINDING_RULE pRule, int toHead);
示例#3
0
文件: nfapinet.cs 项目: z659557/Netch
 private static extern NF_STATUS nf_addBindingRule(ref NF_BINDING_RULE pRule, int toHead);