Lines Matching refs:network
18 while read network rest
27 case $network in
28 broadcast|local|unreachable) via=$network
29 network=$1
52 echo "$network $via $src $proto $scope $dev $table"
58 { network=$1;
60 if(match(network,"/"))
61 { mask=" "substr(network,RSTART+1);
62 network=substr(network,0,RSTART);
70 printf(format,network,mask,via,src,proto,scope,dev,table);