Searched refs:creatorid (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pfsync.h135 u_int32_t creatorid; member in struct:pfsync_clr
150 u_int32_t creatorid; member in struct:pfsync_ins_ack
161 u_int32_t creatorid; member in struct:pfsync_upd_c
173 u_int32_t creatorid; member in struct:pfsync_upd_req
182 u_int32_t creatorid; member in struct:pfsync_del_c
196 u_int32_t creatorid; member in struct:pfsync_bus
H A Dif_pfsync.c656 sp->creatorid = st->creatorid;
694 if (sp->creatorid == 0 && V_pf_status.debug >= PF_DEBUG_MISC) {
696 if (sp->creatorid == 0 && pf_status.debug >= PF_DEBUG_MISC) {
699 " %08x\n", ntohl(sp->creatorid));
804 st->creatorid = sp->creatorid;
997 u_int32_t creatorid; local
1012 creatorid = clr[i].creatorid;
[all...]
H A Dpf_ioctl.c2236 if (psk->psk_pfcmp.creatorid == 0)
2238 psk->psk_pfcmp.creatorid = V_pf_status.hostid;
2240 psk->psk_pfcmp.creatorid = pf_status.hostid;
2326 id_key.creatorid = ps->state.creatorid;
3947 sp->creatorid = st->creatorid;
H A Dpfvar.h824 u_int32_t creatorid; member in struct:pf_state_cmp
831 u_int32_t creatorid; member in struct:pf_state
919 u_int32_t creatorid; member in struct:pfsync_state
H A Dpf.c851 if (a->creatorid > b->creatorid)
853 if (a->creatorid < b->creatorid)
1103 if (s->id == 0 && s->creatorid == 0) {
1106 s->creatorid = V_pf_status.hostid;
1109 s->creatorid = pf_status.hostid;
1120 "id: %016llx creatorid: %08x",
1122 (unsigned long long)betoh64(s->id), ntohl(s->creatorid));
1124 betoh64(s->id), ntohl(s->creatorid));
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-pfsync.c202 printf("\n\tcreatorid: %08x", htonl(clr->creatorid));
221 printf("\n\tid: %016jx creatorid: %08x", (uintmax_t )be64toh(iack->id),
222 ntohl(iack->creatorid));
230 printf("\n\tid: %016jx creatorid: %08x", (uintmax_t )be64toh(u->id),
231 ntohl(u->creatorid));
243 printf("\n\tid: %016jx creatorid: %08x", (uintmax_t )be64toh(ur->id),
244 ntohl(ur->creatorid));
252 printf("\n\tid: %016jx creatorid: %08x", (uintmax_t )be64toh(d->id),
253 ntohl(d->creatorid));
283 htonl(b->creatorid), endtim
[all...]
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpf_print_state.c354 printf(" id: %016llx creatorid: %08x",
356 (unsigned long long)betoh64(id), ntohl(s->creatorid));
358 betoh64(id), ntohl(s->creatorid));
H A Dpfctl.c695 &psk.psk_pfcmp.id, &psk.psk_pfcmp.creatorid)) == 2)
696 HTONL(psk.psk_pfcmp.creatorid);
698 psk.psk_pfcmp.creatorid = 0;

Completed in 126 milliseconds