Home | History | Annotate | Download | only in ip

Lines Matching refs:rtm_protocol

161 	if ((filter.protocol^r->rtm_protocol)&filter.protocolmask)
391 if (r->rtm_protocol != RTPROT_BOOT && filter.protocolmask != -1)
392 fprintf(fp, " proto %s ", rtnl_rtprot_n2a(r->rtm_protocol, b1, sizeof(b1)));
730 req.r.rtm_protocol = RTPROT_BOOT;
922 req.r.rtm_protocol = prot;
1370 req.r.rtm_protocol = 0;