Lines Matching defs:ipl
728 iplog_t *ipl = (iplog_t *)buf;
734 nl = (struct natlog *)((char *)ipl + sizeof(*ipl));
736 tm = get_tm(ipl->ipl_sec);
746 (void) sprintf(t, ".%-.6ld @%hd ", ipl->ipl_usec, nl->nlg_rule + 1);
811 iplog_t *ipl = (iplog_t *)buf;
816 sl = (struct ipslog *)((char *)ipl + sizeof(*ipl));
818 tm = get_tm(ipl->ipl_sec);
828 (void) sprintf(t, ".%-.6ld ", ipl->ipl_usec);
927 iplog_t *ipl;
932 ipl = (iplog_t *)buf;
933 if ((u_long)ipl & (sizeof(long)-1)) {
941 bcopy((char *)ipl, bp, blen);
950 psize = ipl->ipl_dsize;
960 if (ipl->ipl_magic == IPL_MAGIC)
964 if (ipl->ipl_magic == IPL_MAGIC_NAT)
968 if (ipl->ipl_magic == IPL_MAGIC_STATE)
996 iplog_t *ipl;
1001 ipl = (iplog_t *)buf;
1002 ipf = (ipflog_t *)((char *)buf + sizeof(*ipl));
1008 tm = get_tm(ipl->ipl_sec);
1019 (void) sprintf(t, ".%-.6ld ", ipl->ipl_usec);
1021 if (ipl->ipl_count > 1) {
1022 (void) sprintf(t, "%dx ", ipl->ipl_count);