rtm_type          174 net/route.h    	u_char	rtm_type;	/* message type */
rtm_type          212 net/rtsock.c   		if (rtm->rtm_type == RTM_ADD) {
rtm_type          250 net/rtsock.c   	if (rtm->rtm_type != RTM_GET && suser(curproc, 0) != 0) {
rtm_type          255 net/rtsock.c   	switch (rtm->rtm_type) {
rtm_type          261 net/rtsock.c   		error = rtrequest1(rtm->rtm_type, &info, &saved_nrt, tableid);
rtm_type          271 net/rtsock.c   		error = rtrequest1(rtm->rtm_type, &info, &saved_nrt, tableid);
rtm_type          300 net/rtsock.c   		    (rtm->rtm_type != RTM_GET || gate)) {
rtm_type          320 net/rtsock.c   		if (rtm->rtm_type != RTM_GET && !rt_mask(rt) != !netmask) {
rtm_type          325 net/rtsock.c   		switch (rtm->rtm_type) {
rtm_type          357 net/rtsock.c   			len = rt_msg2(rtm->rtm_type, &info, NULL, NULL);
rtm_type          368 net/rtsock.c   			rt_msg2(rtm->rtm_type, &info, (caddr_t)rtm, NULL);
rtm_type          579 net/rtsock.c   	rtm->rtm_type = type;
rtm_type          643 net/rtsock.c   		rtm->rtm_type = type;