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

  /src/sys/net/
if_wg.c 382 uint32_t wgm_type; member in struct:wg_msg
3232 switch (le32toh(wgm.wgm_type)) {
3248 le32toh(wgm.wgm_type));
3255 le32toh(wgm.wgm_type));
3287 switch (le32toh(wgm->wgm_type)) {
3302 panic("invalid message type: %d", le32toh(wgm->wgm_type));
3714 WG_DLOG("type=%d\n", le32toh(wgm.wgm_type));
3722 switch (le32toh(wgm.wgm_type)) {

Completed in 25 milliseconds