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

/xnu-2422.115.4/bsd/netinet/
H A Dmp_proto.c49 static struct protosw mpsw[] = { variable in typeref:struct:protosw
66 static int mp_proto_count = (sizeof (mpsw) / sizeof (struct protosw));
87 for (i = 0, pr = &mpsw[0]; i < mp_proto_count; i++, pr++)

Completed in 70 milliseconds