Home | History | Annotate | Download | only in ip

Lines Matching defs:msgType

95         final short msgType;
101 public NeighborEvent(long elapsedMs, short msgType, int ifindex, InetAddress ip,
104 this.msgType = msgType;
112 return (msgType != RTM_DELNEIGH) && StructNdMsg.isNudStateConnected(nudState);
116 return (msgType != RTM_DELNEIGH) && StructNdMsg.isNudStateValid(nudState);
123 .add(stringForNlMsgType(msgType))
212 final short msgType = neighMsg.getHeader().nlmsg_type;
222 (msgType == RTM_DELNEIGH)
227 whenMs, msgType, ifindex, destination, nudState,