HomeSort by: relevance | last modified time | path
    Searched defs:isipv6 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
dccp_usrreq.c 206 int isipv6 = 0; local in function:dccp_input
220 isipv6 = (mtod(m, struct ip *)->ip_v == 6) ? 1 : 0;
224 if (isipv6) {
279 if (isipv6)
297 if (!isipv6) {
315 if (isipv6) {
339 if (isipv6) {
358 if (isipv6) {
373 if (isipv6) {
399 * if (!isipv6) {
1129 int isipv6 = 0; local in function:dccp_output
1913 int isipv6 = 0; local in function:dccp_send
    [all...]
dccp_usrreq.c 206 int isipv6 = 0; local in function:dccp_input
220 isipv6 = (mtod(m, struct ip *)->ip_v == 6) ? 1 : 0;
224 if (isipv6) {
279 if (isipv6)
297 if (!isipv6) {
315 if (isipv6) {
339 if (isipv6) {
358 if (isipv6) {
373 if (isipv6) {
399 * if (!isipv6) {
1129 int isipv6 = 0; local in function:dccp_output
1913 int isipv6 = 0; local in function:dccp_send
    [all...]

Completed in 22 milliseconds