H A D | route.c | 248 static boolean_t getaddr(rtcmd_irep_t *rcip, int which, char *s, 1306 if (!getaddr(rcip, RTA_IFA, tok, atype)) { in args_to_rtcmd() 1315 if (!getaddr(rcip, RTA_IFP, tok, atype)) { in args_to_rtcmd() 1324 if (!getaddr(rcip, RTA_GATEWAY, tok, atype)) { in args_to_rtcmd() 1333 if (!getaddr(rcip, RTA_DST, tok, atype)) { in args_to_rtcmd() 1342 if (!getaddr(rcip, RTA_NETMASK, tok, atype)) { in args_to_rtcmd() 1373 if (!getaddr(rcip, RTA_SRC, tok, atype)) { in args_to_rtcmd() 1416 if (!getaddr(rcip, RTA_DST, tok, atype)) { in args_to_rtcmd() 1426 if (!getaddr(rcip, RTA_GATEWAY, tok, atype)) { in args_to_rtcmd() 1449 if (!getaddr(rci in args_to_rtcmd() 2042 getaddr(rtcmd_irep_t *rcip, int which, char *s, addr_type_t atype) getaddr() function [all...] |