Module Name: src Committed By: rtr Date: Sat Apr 25 15:19:54 UTC 2015
Modified Files: src/sys/netinet: raw_ip.c Log Message: make rip_connect_pcb take sockaddr_in * instead of mbuf * make rip_connect_pcb static since it appears to be used only in raw_ip.c moves m_len check to callers which is a small duplication of code that will go away when the callers are converted to receive sockaddr *. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/sys/netinet/raw_ip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.