Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dnet_str_id.c49 #define FIRST_NET_STR_ID 1000 macro
54 static u_int32_t nsi_kind_next[NSI_MAX_KIND] = { FIRST_NET_STR_ID, FIRST_NET_STR_ID, FIRST_NET_STR_…
55 static u_int32_t nsi_next_id = FIRST_NET_STR_ID;
67 *first = FIRST_NET_STR_ID; in net_str_id_first_last()
76 *last = FIRST_NET_STR_ID - 1; in net_str_id_first_last()