ARGSUSED */
| 1455 | |
| 1456 | /* ARGSUSED */ |
| 1457 | static void |
| 1458 | unsetifdescr(const char *val, int value, int s, const struct afswtch *afp) |
| 1459 | { |
| 1460 | |
| 1461 | setifdescr("", 0, s, 0); |
| 1462 | } |
| 1463 | |
| 1464 | #define IFFBITS \ |
| 1465 | "\020\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\7RUNNING" \ |
nothing calls this directly
no test coverage detected