Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/ !
H A Dkernel.h84 extern long hostid;
/xnu-8020.101.4/bsd/kern/ !
H A Dbsd_init.c252 long hostid; variable
H A Dkern_sysctl.c2479 SYSCTL_COMPAT_INT(_kern, KERN_HOSTID, hostid,
2481 &hostid, 0, "");
/xnu-8020.101.4/bsd/net/ !
H A Dpf_ioctl.c490 pf_status.hostid = random(); in pfinit()
549 pfsync_clear_states(pf_status.hostid, NULL);
1884 pf_status.hostid = random(); in pfioctl()
1886 pf_status.hostid = hid; in pfioctl()
3376 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.c1462 s->creatorid = pf_status.hostid; in pf_insert_state()
1685 if (cur->creatorid == pf_status.hostid) { in pf_unlink_state()
8750 if (s->creatorid == pf_status.hostid) { in pf_test_state_esp()