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

/freebsd-11-stable/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
408 if (msglen + 1 + 1 + sizeof(ipf_trap0_2) >= 128)
413 if (msglen + 2 + 1 + sizeof(ipf_trap0_2) >= 128)
419 bcopy(ipf_trap0_2, t, sizeof(ipf_trap0_2));
420 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 107 milliseconds