HomeSort by: relevance | last modified time | path
    Searched defs:NEED (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bootp/common/
dovend.c 54 #define NEED(LEN, MSG) do \
75 NEED(6, "to");
85 NEED(6, "sw");
98 NEED((len + 2), "rp");
111 NEED((len + 2), "df");
125 NEED(8, "ds");
133 NEED((len + 2), "dn");
147 NEED(8, "ds");
155 NEED((len + 2), "dn");
167 NEED(8, "ns")
    [all...]
  /src/usr.sbin/bootp/bootpd/
bootpd.c 79 /* Using sigset() avoids the need to re-arm each time. */
733 * The need for the "ex" tag arose out of the need to empty
740 * so I would leave this turned off unless you need it. -gwr
1070 * need to find our own interface address to
1087 /* XXX - No need to set bp_giaddr here. */
1214 #define NEED(LEN, MSG) do \
1335 NEED((len + 3), "ef");
1354 NEED(1, "(end)");
1366 #undef NEED
    [all...]

Completed in 12 milliseconds