Searched refs:redirect_header (Results 1 – 2 of 2) sorted by relevance
139 struct redirect_header { struct
812 struct redirect_header *redir_hdr; in nd6_input()817 if (p->len < sizeof(struct redirect_header)) { in nd6_input()825 redir_hdr = (struct redirect_header *)p->payload; in nd6_input()845 if (p->len >= (sizeof(struct redirect_header) + 2)) { in nd6_input()846 lladdr_opt = (struct lladdr_option *)((u8_t*)p->payload + sizeof(struct redirect_header)); in nd6_input()847 if (p->len < (sizeof(struct redirect_header) + (lladdr_opt->length << 3))) { in nd6_input()