Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dkernel.h84 extern long hostid;
/xnu-8796.121.2/bsd/kern/
H A Dbsd_init.c245 long hostid; variable
H A Dkern_sysctl.c2680 SYSCTL_COMPAT_INT(_kern, KERN_HOSTID, hostid,
2682 &hostid, 0, "");
/xnu-8796.121.2/bsd/net/
H A Dpf_ioctl.c493 pf_status.hostid = random(); in pfinit()
552 pfsync_clear_states(pf_status.hostid, NULL);
1911 pf_status.hostid = random(); in pfioctl()
1913 pf_status.hostid = hid; in pfioctl()
3407 pfsync_clear_states(pf_status.hostid, psk->psk_ifname); in pfioctl_ioc_state_kill()
H A Dpfvar.h1614 u_int32_t hostid; member
H A Dpf.c1483 s->creatorid = pf_status.hostid; in pf_insert_state()
1706 if (cur->creatorid == pf_status.hostid) { in pf_unlink_state()
8879 if (s->creatorid == pf_status.hostid) { in pf_test_state_esp()