Searched refs:hostid (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkernel.h81 extern long hostid;
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c223 long hostid; variable
H A Dkern_sysctl.c2395 SYSCTL_COMPAT_INT(_kern, KERN_HOSTID, hostid,
2397 &hostid, 0, "");
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c550 pf_status.hostid = random();
608 pfsync_clear_states(pf_status.hostid, NULL);
2275 pf_status.hostid = random();
2277 pf_status.hostid = hid;
3575 pfsync_clear_states(pf_status.hostid, psk->psk_ifname);
H A Dpfvar.h1595 u_int32_t hostid; member in struct:pf_status
H A Dpf.c1440 s->creatorid = pf_status.hostid;
1650 if (cur->creatorid == pf_status.hostid)
7300 if (s->creatorid == pf_status.hostid)

Completed in 177 milliseconds