Searched refs:ipm (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvcauth_unix.c182 static int ip_map_update(struct ip_map *ipm, struct unix_domain *udom, time_t expiry);
329 static int ip_map_update(struct ip_map *ipm, struct unix_domain *udom, time_t expiry) argument
348 &ip.h, &ipm->h,
349 hash_str(ipm->m_class, IP_HASHBITS) ^
350 hash_ip6(ipm->m_addr));
388 struct ip_map *ipm; local
391 ipm = ip_map_lookup("nfsd", addr);
393 if (!ipm)
395 if (cache_check(&ip_map_cache, &ipm->h, NULL))
398 if ((ipm
420 struct ip_map *ipm = NULL; local
446 ip_map_cached_put(struct svc_rqst *rqstp, struct ip_map *ipm) argument
466 struct ip_map *ipm = info; local
691 struct ip_map *ipm; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dlcs.c454 struct lcs_ipm_list *ipm; local
461 ipm = list_entry(card->ipm_list.next,
463 list_del(&ipm->list);
464 if (ipm->ipm_state != LCS_IPM_STATE_SET_REQUIRED){
466 lcs_send_delipm(card, ipm);
469 kfree(ipm);
1037 &ipm_list->ipm, sizeof (struct lcs_ip_mac_pair));
1038 LCS_DBF_TEXT_(2, trace, "%x",ipm_list->ipm.ip_addr);
1061 &ipm_list->ipm, sizeof (struct lcs_ip_mac_pair));
1062 LCS_DBF_TEXT_(2, trace, "%x",ipm_list->ipm
1113 struct lcs_ipm_list *ipm, *tmp; local
1165 lcs_get_mac_for_ipm(__be32 ipm, char *mac, struct net_device *dev) argument
1182 struct lcs_ipm_list *ipm; local
1206 struct lcs_ipm_list *tmp, *ipm = NULL; local
1230 struct lcs_ipm_list *ipm; local
[all...]
H A Dqeth_l3_main.c1788 static void qeth_l3_get_mac_for_ipm(__u32 ipm, char *mac, argument
1792 ip_tr_mc_map(ipm, mac);
1794 ip_eth_mc_map(ipm, mac);
1799 struct qeth_ipaddr *ipm; local
1806 ipm = qeth_l3_get_addr_buffer(QETH_PROT_IPV4);
1807 if (!ipm)
1809 ipm->u.a4.addr = im4->multiaddr;
1810 memcpy(ipm->mac, buf, OSA_ADDR_LEN);
1811 ipm->is_multicast = 1;
1812 if (!qeth_l3_add_ip(card, ipm))
1861 struct qeth_ipaddr *ipm; local
[all...]
H A Dlcs.h201 struct lcs_ip_mac_pair ipm; member in struct:lcs_ipm_list
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/printing/
H A Dprtpub.c103 TCHAR ipm[] = _T("InchesPerMinute"); local
114 printf("printRateUnit: %s\n", ipm);
115 SetPrinterDataEx(ph, SPLDS_DRIVER_KEY, _T("printRateUnit"), REG_SZ, ipm, sizeof(ipm));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsmallft.c45 int ido, ipm, nfm1; local
89 ipm=ip-1;
91 for (j=0;j<ipm;j++){

Completed in 58 milliseconds