ref_type         1700 net/pfkeyv2.c  			ipo->ipo_srcid->ref_type = sid->sadb_ident_type;
ref_type         1727 net/pfkeyv2.c  			ipo->ipo_dstid->ref_type = sid->sadb_ident_type;
ref_type         1949 net/pfkeyv2.c  		srcid->sadb_ident_type = ipo->ipo_srcid->ref_type;
ref_type         1960 net/pfkeyv2.c  		dstid->sadb_ident_type = ipo->ipo_dstid->ref_type;
ref_type         1971 net/pfkeyv2.c  		switch (ipo->ipo_local_cred->ref_type) {
ref_type         1989 net/pfkeyv2.c  		switch (ipo->ipo_local_auth->ref_type) {
ref_type         2394 net/pfkeyv2.c  		ident->sadb_ident_type = ipo->ipo_srcid->ref_type;
ref_type         2404 net/pfkeyv2.c  		ident->sadb_ident_type = ipo->ipo_dstid->ref_type;
ref_type          737 net/pfkeyv2_convert.c 		(*ipr)->ref_type = IPSP_AUTH_PASSPHRASE;
ref_type          740 net/pfkeyv2_convert.c 		(*ipr)->ref_type = IPSP_AUTH_RSA;
ref_type          776 net/pfkeyv2_convert.c 		(*ipr)->ref_type = IPSP_CRED_X509;
ref_type          779 net/pfkeyv2_convert.c 		(*ipr)->ref_type = IPSP_CRED_KEYNOTE;
ref_type          815 net/pfkeyv2_convert.c 		(*ipr)->ref_type = IPSP_IDENTITY_PREFIX;
ref_type          818 net/pfkeyv2_convert.c 		(*ipr)->ref_type = IPSP_IDENTITY_FQDN;
ref_type          821 net/pfkeyv2_convert.c 		(*ipr)->ref_type = IPSP_IDENTITY_USERFQDN;
ref_type          824 net/pfkeyv2_convert.c 		(*ipr)->ref_type = IPSP_IDENTITY_CONNECTION;
ref_type          851 net/pfkeyv2_convert.c 	switch ((*ipr)->ref_type) {
ref_type          878 net/pfkeyv2_convert.c 	switch ((*ipr)->ref_type) {
ref_type          905 net/pfkeyv2_convert.c 	switch ((*ipr)->ref_type) {
ref_type         1076 netinet/ip_ipsp.c 	if (ref1->ref_type != ref2->ref_type ||
ref_type          164 netinet/ip_ipsp.h 	u_int16_t	ref_type;	/* Subtype of data */
ref_type         1317 netinet/ip_output.c 			ipr->ref_type = opt16val;
ref_type         1323 netinet/ip_output.c 				if (ipr->ref_type < IPSP_IDENTITY_PREFIX ||
ref_type         1324 netinet/ip_output.c 				    ipr->ref_type > IPSP_IDENTITY_CONNECTION ||
ref_type         1336 netinet/ip_output.c 				if (ipr->ref_type < IPSP_IDENTITY_PREFIX ||
ref_type         1337 netinet/ip_output.c 				    ipr->ref_type > IPSP_IDENTITY_CONNECTION ||
ref_type         1348 netinet/ip_output.c 				if (ipr->ref_type < IPSP_CRED_KEYNOTE ||
ref_type         1349 netinet/ip_output.c 				    ipr->ref_type > IPSP_CRED_X509) {
ref_type         1359 netinet/ip_output.c 				if (ipr->ref_type < IPSP_AUTH_PASSPHRASE ||
ref_type         1360 netinet/ip_output.c 				    ipr->ref_type > IPSP_AUTH_RSA) {
ref_type         1567 netinet/ip_output.c 				*mtod(m, u_int16_t *) = ipr->ref_type;