Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dif_gre.c308 sp->sp_type = SOCK_RAW; in gre_clone_create()
447 rc = fsocreate(af, &so, sp->sp_type, sp->sp_proto, &fd, &fp, NULL); in gre_socreate()
1088 (sp->sp_type != 0 && pr->pr_type != sp->sp_type) || in gre_ssock()
1208 otype = sp->sp_type; in gre_ioctl()
1212 sp->sp_type = SOCK_DGRAM; in gre_ioctl()
1216 sp->sp_type = 0; in gre_ioctl()
1220 sp->sp_type = SOCK_RAW; in gre_ioctl()
1232 (otype == sp->sp_type || sp->sp_type == 0)) in gre_ioctl()
1278 otype = sp->sp_type; in gre_ioctl()
1283 sp->sp_type = SOCK_DGRAM; in gre_ioctl()
[all …]
Dif_gre.h57 int sp_type; /* encapsulating socket type */ member