Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:grant

59     { 0x10, "Force Grant #1" },
60 { 0x20, "Force Grant #2" },
61 { 0x40, "Force Grant #3" },
62 { 0x80, "Force Grant #4" },
129 const struct mpcp_grant_t *grant;
138 uint8_t grant_numbers, grant;
171 for (grant = 1; grant <= grant_numbers; grant++) {
173 mpcp.grant = (const struct mpcp_grant_t *)tptr;
175 grant,
176 EXTRACT_32BITS(mpcp.grant->starttime),
177 EXTRACT_16BITS(mpcp.grant->duration)));