Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dkernel.h84 extern long hostid;
/xnu-8792.41.9/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-8792.41.9/bsd/net/
H A Dpf_ioctl.c490 pf_status.hostid = random(); in pfinit()
549 pfsync_clear_states(pf_status.hostid, NULL);
1885 pf_status.hostid = random(); in pfioctl()
1887 pf_status.hostid = hid; in pfioctl()
3377 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()