Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Drtsock.c280 struct sockproto route_proto; in rts_input() local
284 route_proto.sp_family = PF_ROUTE; in rts_input()
288 route_proto.sp_protocol = *family; in rts_input()
291 route_proto.sp_protocol = 0; in rts_input()
293 raw_input_ext(m, &route_proto, &route_src, raw_input_rts_cb); in rts_input()