Searched refs:ipf_trap0_2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/ipfilter/lib/
H A Dsave_v2trap.c12 static u_char ipf_trap0_2[] = { 6, 10, 0x2b, 6, 1, 4, 1, 0xcd, 0x4c, 1, 1, 2 }; variable
406 if (msglen + 1 + 1 + sizeof(ipf_trap0_2) >= 128)
411 if (msglen + 2 + 1 + sizeof(ipf_trap0_2) >= 128)
417 bcopy(ipf_trap0_2, t, sizeof(ipf_trap0_2));
418 t += sizeof(ipf_trap0_2);
H A Dsave_v1trap.c13 static u_char ipf_trap0_2[] = { 6, 10, 0x2b, 6, 1, 4, 1, 0xcd, 0x4c, 1, 1, 2 }; variable
420 bcopy(ipf_trap0_2, t, sizeof(ipf_trap0_2));
421 t += sizeof(ipf_trap0_2);

Completed in 89 milliseconds