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

  /src/sys/net/
if_gre.h 57 int sp_type; /* encapsulating socket type */ member in struct:gre_soparm
if_gre.c 308 sp->sp_type = SOCK_RAW;
447 rc = fsocreate(af, &so, sp->sp_type, sp->sp_proto, &fd, &fp, NULL);
1088 (sp->sp_type != 0 && pr->pr_type != sp->sp_type) ||
1208 otype = sp->sp_type;
1212 sp->sp_type = SOCK_DGRAM;
1216 sp->sp_type = 0;
1220 sp->sp_type = SOCK_RAW;
1232 (otype == sp->sp_type || sp->sp_type == 0)
    [all...]

Completed in 21 milliseconds